composer update
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
"type": "project",
|
"type": "project",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1.3",
|
"php": "^7.1.3",
|
||||||
|
"consoletvs/charts": "6.*",
|
||||||
"eveseat/eseye": "^1.1",
|
"eveseat/eseye": "^1.1",
|
||||||
"fideloper/proxy": "^4.0",
|
"fideloper/proxy": "^4.0",
|
||||||
"fx3costa/laravelchartjs": "^2.5",
|
"fx3costa/laravelchartjs": "^2.5",
|
||||||
|
|||||||
686
composer.lock
generated
686
composer.lock
generated
File diff suppressed because it is too large
Load Diff
BIN
public/cache/latest/characters/1768447765/6b75e300c8f31570a767b0a29f519238ef1849dd/results.cache
vendored
Normal file
BIN
public/cache/latest/characters/1768447765/6b75e300c8f31570a767b0a29f519238ef1849dd/results.cache
vendored
Normal file
Binary file not shown.
BIN
public/cache/latest/characters/2115245141/6b75e300c8f31570a767b0a29f519238ef1849dd/results.cache
vendored
Normal file
BIN
public/cache/latest/characters/2115245141/6b75e300c8f31570a767b0a29f519238ef1849dd/results.cache
vendored
Normal file
Binary file not shown.
BIN
public/cache/latest/characters/93147082/6b75e300c8f31570a767b0a29f519238ef1849dd/results.cache
vendored
Normal file
BIN
public/cache/latest/characters/93147082/6b75e300c8f31570a767b0a29f519238ef1849dd/results.cache
vendored
Normal file
Binary file not shown.
Binary file not shown.
1
vendor/balping/json-raw-encoder/.gitignore
vendored
Normal file
1
vendor/balping/json-raw-encoder/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
vendor/
|
||||||
674
vendor/balping/json-raw-encoder/LICENSE
vendored
Normal file
674
vendor/balping/json-raw-encoder/LICENSE
vendored
Normal file
@@ -0,0 +1,674 @@
|
|||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
Version 3, 29 June 2007
|
||||||
|
|
||||||
|
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
Preamble
|
||||||
|
|
||||||
|
The GNU General Public License is a free, copyleft license for
|
||||||
|
software and other kinds of works.
|
||||||
|
|
||||||
|
The licenses for most software and other practical works are designed
|
||||||
|
to take away your freedom to share and change the works. By contrast,
|
||||||
|
the GNU General Public License is intended to guarantee your freedom to
|
||||||
|
share and change all versions of a program--to make sure it remains free
|
||||||
|
software for all its users. We, the Free Software Foundation, use the
|
||||||
|
GNU General Public License for most of our software; it applies also to
|
||||||
|
any other work released this way by its authors. You can apply it to
|
||||||
|
your programs, too.
|
||||||
|
|
||||||
|
When we speak of free software, we are referring to freedom, not
|
||||||
|
price. Our General Public Licenses are designed to make sure that you
|
||||||
|
have the freedom to distribute copies of free software (and charge for
|
||||||
|
them if you wish), that you receive source code or can get it if you
|
||||||
|
want it, that you can change the software or use pieces of it in new
|
||||||
|
free programs, and that you know you can do these things.
|
||||||
|
|
||||||
|
To protect your rights, we need to prevent others from denying you
|
||||||
|
these rights or asking you to surrender the rights. Therefore, you have
|
||||||
|
certain responsibilities if you distribute copies of the software, or if
|
||||||
|
you modify it: responsibilities to respect the freedom of others.
|
||||||
|
|
||||||
|
For example, if you distribute copies of such a program, whether
|
||||||
|
gratis or for a fee, you must pass on to the recipients the same
|
||||||
|
freedoms that you received. You must make sure that they, too, receive
|
||||||
|
or can get the source code. And you must show them these terms so they
|
||||||
|
know their rights.
|
||||||
|
|
||||||
|
Developers that use the GNU GPL protect your rights with two steps:
|
||||||
|
(1) assert copyright on the software, and (2) offer you this License
|
||||||
|
giving you legal permission to copy, distribute and/or modify it.
|
||||||
|
|
||||||
|
For the developers' and authors' protection, the GPL clearly explains
|
||||||
|
that there is no warranty for this free software. For both users' and
|
||||||
|
authors' sake, the GPL requires that modified versions be marked as
|
||||||
|
changed, so that their problems will not be attributed erroneously to
|
||||||
|
authors of previous versions.
|
||||||
|
|
||||||
|
Some devices are designed to deny users access to install or run
|
||||||
|
modified versions of the software inside them, although the manufacturer
|
||||||
|
can do so. This is fundamentally incompatible with the aim of
|
||||||
|
protecting users' freedom to change the software. The systematic
|
||||||
|
pattern of such abuse occurs in the area of products for individuals to
|
||||||
|
use, which is precisely where it is most unacceptable. Therefore, we
|
||||||
|
have designed this version of the GPL to prohibit the practice for those
|
||||||
|
products. If such problems arise substantially in other domains, we
|
||||||
|
stand ready to extend this provision to those domains in future versions
|
||||||
|
of the GPL, as needed to protect the freedom of users.
|
||||||
|
|
||||||
|
Finally, every program is threatened constantly by software patents.
|
||||||
|
States should not allow patents to restrict development and use of
|
||||||
|
software on general-purpose computers, but in those that do, we wish to
|
||||||
|
avoid the special danger that patents applied to a free program could
|
||||||
|
make it effectively proprietary. To prevent this, the GPL assures that
|
||||||
|
patents cannot be used to render the program non-free.
|
||||||
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
|
modification follow.
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
0. Definitions.
|
||||||
|
|
||||||
|
"This License" refers to version 3 of the GNU General Public License.
|
||||||
|
|
||||||
|
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||||
|
works, such as semiconductor masks.
|
||||||
|
|
||||||
|
"The Program" refers to any copyrightable work licensed under this
|
||||||
|
License. Each licensee is addressed as "you". "Licensees" and
|
||||||
|
"recipients" may be individuals or organizations.
|
||||||
|
|
||||||
|
To "modify" a work means to copy from or adapt all or part of the work
|
||||||
|
in a fashion requiring copyright permission, other than the making of an
|
||||||
|
exact copy. The resulting work is called a "modified version" of the
|
||||||
|
earlier work or a work "based on" the earlier work.
|
||||||
|
|
||||||
|
A "covered work" means either the unmodified Program or a work based
|
||||||
|
on the Program.
|
||||||
|
|
||||||
|
To "propagate" a work means to do anything with it that, without
|
||||||
|
permission, would make you directly or secondarily liable for
|
||||||
|
infringement under applicable copyright law, except executing it on a
|
||||||
|
computer or modifying a private copy. Propagation includes copying,
|
||||||
|
distribution (with or without modification), making available to the
|
||||||
|
public, and in some countries other activities as well.
|
||||||
|
|
||||||
|
To "convey" a work means any kind of propagation that enables other
|
||||||
|
parties to make or receive copies. Mere interaction with a user through
|
||||||
|
a computer network, with no transfer of a copy, is not conveying.
|
||||||
|
|
||||||
|
An interactive user interface displays "Appropriate Legal Notices"
|
||||||
|
to the extent that it includes a convenient and prominently visible
|
||||||
|
feature that (1) displays an appropriate copyright notice, and (2)
|
||||||
|
tells the user that there is no warranty for the work (except to the
|
||||||
|
extent that warranties are provided), that licensees may convey the
|
||||||
|
work under this License, and how to view a copy of this License. If
|
||||||
|
the interface presents a list of user commands or options, such as a
|
||||||
|
menu, a prominent item in the list meets this criterion.
|
||||||
|
|
||||||
|
1. Source Code.
|
||||||
|
|
||||||
|
The "source code" for a work means the preferred form of the work
|
||||||
|
for making modifications to it. "Object code" means any non-source
|
||||||
|
form of a work.
|
||||||
|
|
||||||
|
A "Standard Interface" means an interface that either is an official
|
||||||
|
standard defined by a recognized standards body, or, in the case of
|
||||||
|
interfaces specified for a particular programming language, one that
|
||||||
|
is widely used among developers working in that language.
|
||||||
|
|
||||||
|
The "System Libraries" of an executable work include anything, other
|
||||||
|
than the work as a whole, that (a) is included in the normal form of
|
||||||
|
packaging a Major Component, but which is not part of that Major
|
||||||
|
Component, and (b) serves only to enable use of the work with that
|
||||||
|
Major Component, or to implement a Standard Interface for which an
|
||||||
|
implementation is available to the public in source code form. A
|
||||||
|
"Major Component", in this context, means a major essential component
|
||||||
|
(kernel, window system, and so on) of the specific operating system
|
||||||
|
(if any) on which the executable work runs, or a compiler used to
|
||||||
|
produce the work, or an object code interpreter used to run it.
|
||||||
|
|
||||||
|
The "Corresponding Source" for a work in object code form means all
|
||||||
|
the source code needed to generate, install, and (for an executable
|
||||||
|
work) run the object code and to modify the work, including scripts to
|
||||||
|
control those activities. However, it does not include the work's
|
||||||
|
System Libraries, or general-purpose tools or generally available free
|
||||||
|
programs which are used unmodified in performing those activities but
|
||||||
|
which are not part of the work. For example, Corresponding Source
|
||||||
|
includes interface definition files associated with source files for
|
||||||
|
the work, and the source code for shared libraries and dynamically
|
||||||
|
linked subprograms that the work is specifically designed to require,
|
||||||
|
such as by intimate data communication or control flow between those
|
||||||
|
subprograms and other parts of the work.
|
||||||
|
|
||||||
|
The Corresponding Source need not include anything that users
|
||||||
|
can regenerate automatically from other parts of the Corresponding
|
||||||
|
Source.
|
||||||
|
|
||||||
|
The Corresponding Source for a work in source code form is that
|
||||||
|
same work.
|
||||||
|
|
||||||
|
2. Basic Permissions.
|
||||||
|
|
||||||
|
All rights granted under this License are granted for the term of
|
||||||
|
copyright on the Program, and are irrevocable provided the stated
|
||||||
|
conditions are met. This License explicitly affirms your unlimited
|
||||||
|
permission to run the unmodified Program. The output from running a
|
||||||
|
covered work is covered by this License only if the output, given its
|
||||||
|
content, constitutes a covered work. This License acknowledges your
|
||||||
|
rights of fair use or other equivalent, as provided by copyright law.
|
||||||
|
|
||||||
|
You may make, run and propagate covered works that you do not
|
||||||
|
convey, without conditions so long as your license otherwise remains
|
||||||
|
in force. You may convey covered works to others for the sole purpose
|
||||||
|
of having them make modifications exclusively for you, or provide you
|
||||||
|
with facilities for running those works, provided that you comply with
|
||||||
|
the terms of this License in conveying all material for which you do
|
||||||
|
not control copyright. Those thus making or running the covered works
|
||||||
|
for you must do so exclusively on your behalf, under your direction
|
||||||
|
and control, on terms that prohibit them from making any copies of
|
||||||
|
your copyrighted material outside their relationship with you.
|
||||||
|
|
||||||
|
Conveying under any other circumstances is permitted solely under
|
||||||
|
the conditions stated below. Sublicensing is not allowed; section 10
|
||||||
|
makes it unnecessary.
|
||||||
|
|
||||||
|
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||||
|
|
||||||
|
No covered work shall be deemed part of an effective technological
|
||||||
|
measure under any applicable law fulfilling obligations under article
|
||||||
|
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||||
|
similar laws prohibiting or restricting circumvention of such
|
||||||
|
measures.
|
||||||
|
|
||||||
|
When you convey a covered work, you waive any legal power to forbid
|
||||||
|
circumvention of technological measures to the extent such circumvention
|
||||||
|
is effected by exercising rights under this License with respect to
|
||||||
|
the covered work, and you disclaim any intention to limit operation or
|
||||||
|
modification of the work as a means of enforcing, against the work's
|
||||||
|
users, your or third parties' legal rights to forbid circumvention of
|
||||||
|
technological measures.
|
||||||
|
|
||||||
|
4. Conveying Verbatim Copies.
|
||||||
|
|
||||||
|
You may convey verbatim copies of the Program's source code as you
|
||||||
|
receive it, in any medium, provided that you conspicuously and
|
||||||
|
appropriately publish on each copy an appropriate copyright notice;
|
||||||
|
keep intact all notices stating that this License and any
|
||||||
|
non-permissive terms added in accord with section 7 apply to the code;
|
||||||
|
keep intact all notices of the absence of any warranty; and give all
|
||||||
|
recipients a copy of this License along with the Program.
|
||||||
|
|
||||||
|
You may charge any price or no price for each copy that you convey,
|
||||||
|
and you may offer support or warranty protection for a fee.
|
||||||
|
|
||||||
|
5. Conveying Modified Source Versions.
|
||||||
|
|
||||||
|
You may convey a work based on the Program, or the modifications to
|
||||||
|
produce it from the Program, in the form of source code under the
|
||||||
|
terms of section 4, provided that you also meet all of these conditions:
|
||||||
|
|
||||||
|
a) The work must carry prominent notices stating that you modified
|
||||||
|
it, and giving a relevant date.
|
||||||
|
|
||||||
|
b) The work must carry prominent notices stating that it is
|
||||||
|
released under this License and any conditions added under section
|
||||||
|
7. This requirement modifies the requirement in section 4 to
|
||||||
|
"keep intact all notices".
|
||||||
|
|
||||||
|
c) You must license the entire work, as a whole, under this
|
||||||
|
License to anyone who comes into possession of a copy. This
|
||||||
|
License will therefore apply, along with any applicable section 7
|
||||||
|
additional terms, to the whole of the work, and all its parts,
|
||||||
|
regardless of how they are packaged. This License gives no
|
||||||
|
permission to license the work in any other way, but it does not
|
||||||
|
invalidate such permission if you have separately received it.
|
||||||
|
|
||||||
|
d) If the work has interactive user interfaces, each must display
|
||||||
|
Appropriate Legal Notices; however, if the Program has interactive
|
||||||
|
interfaces that do not display Appropriate Legal Notices, your
|
||||||
|
work need not make them do so.
|
||||||
|
|
||||||
|
A compilation of a covered work with other separate and independent
|
||||||
|
works, which are not by their nature extensions of the covered work,
|
||||||
|
and which are not combined with it such as to form a larger program,
|
||||||
|
in or on a volume of a storage or distribution medium, is called an
|
||||||
|
"aggregate" if the compilation and its resulting copyright are not
|
||||||
|
used to limit the access or legal rights of the compilation's users
|
||||||
|
beyond what the individual works permit. Inclusion of a covered work
|
||||||
|
in an aggregate does not cause this License to apply to the other
|
||||||
|
parts of the aggregate.
|
||||||
|
|
||||||
|
6. Conveying Non-Source Forms.
|
||||||
|
|
||||||
|
You may convey a covered work in object code form under the terms
|
||||||
|
of sections 4 and 5, provided that you also convey the
|
||||||
|
machine-readable Corresponding Source under the terms of this License,
|
||||||
|
in one of these ways:
|
||||||
|
|
||||||
|
a) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by the
|
||||||
|
Corresponding Source fixed on a durable physical medium
|
||||||
|
customarily used for software interchange.
|
||||||
|
|
||||||
|
b) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by a
|
||||||
|
written offer, valid for at least three years and valid for as
|
||||||
|
long as you offer spare parts or customer support for that product
|
||||||
|
model, to give anyone who possesses the object code either (1) a
|
||||||
|
copy of the Corresponding Source for all the software in the
|
||||||
|
product that is covered by this License, on a durable physical
|
||||||
|
medium customarily used for software interchange, for a price no
|
||||||
|
more than your reasonable cost of physically performing this
|
||||||
|
conveying of source, or (2) access to copy the
|
||||||
|
Corresponding Source from a network server at no charge.
|
||||||
|
|
||||||
|
c) Convey individual copies of the object code with a copy of the
|
||||||
|
written offer to provide the Corresponding Source. This
|
||||||
|
alternative is allowed only occasionally and noncommercially, and
|
||||||
|
only if you received the object code with such an offer, in accord
|
||||||
|
with subsection 6b.
|
||||||
|
|
||||||
|
d) Convey the object code by offering access from a designated
|
||||||
|
place (gratis or for a charge), and offer equivalent access to the
|
||||||
|
Corresponding Source in the same way through the same place at no
|
||||||
|
further charge. You need not require recipients to copy the
|
||||||
|
Corresponding Source along with the object code. If the place to
|
||||||
|
copy the object code is a network server, the Corresponding Source
|
||||||
|
may be on a different server (operated by you or a third party)
|
||||||
|
that supports equivalent copying facilities, provided you maintain
|
||||||
|
clear directions next to the object code saying where to find the
|
||||||
|
Corresponding Source. Regardless of what server hosts the
|
||||||
|
Corresponding Source, you remain obligated to ensure that it is
|
||||||
|
available for as long as needed to satisfy these requirements.
|
||||||
|
|
||||||
|
e) Convey the object code using peer-to-peer transmission, provided
|
||||||
|
you inform other peers where the object code and Corresponding
|
||||||
|
Source of the work are being offered to the general public at no
|
||||||
|
charge under subsection 6d.
|
||||||
|
|
||||||
|
A separable portion of the object code, whose source code is excluded
|
||||||
|
from the Corresponding Source as a System Library, need not be
|
||||||
|
included in conveying the object code work.
|
||||||
|
|
||||||
|
A "User Product" is either (1) a "consumer product", which means any
|
||||||
|
tangible personal property which is normally used for personal, family,
|
||||||
|
or household purposes, or (2) anything designed or sold for incorporation
|
||||||
|
into a dwelling. In determining whether a product is a consumer product,
|
||||||
|
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||||
|
product received by a particular user, "normally used" refers to a
|
||||||
|
typical or common use of that class of product, regardless of the status
|
||||||
|
of the particular user or of the way in which the particular user
|
||||||
|
actually uses, or expects or is expected to use, the product. A product
|
||||||
|
is a consumer product regardless of whether the product has substantial
|
||||||
|
commercial, industrial or non-consumer uses, unless such uses represent
|
||||||
|
the only significant mode of use of the product.
|
||||||
|
|
||||||
|
"Installation Information" for a User Product means any methods,
|
||||||
|
procedures, authorization keys, or other information required to install
|
||||||
|
and execute modified versions of a covered work in that User Product from
|
||||||
|
a modified version of its Corresponding Source. The information must
|
||||||
|
suffice to ensure that the continued functioning of the modified object
|
||||||
|
code is in no case prevented or interfered with solely because
|
||||||
|
modification has been made.
|
||||||
|
|
||||||
|
If you convey an object code work under this section in, or with, or
|
||||||
|
specifically for use in, a User Product, and the conveying occurs as
|
||||||
|
part of a transaction in which the right of possession and use of the
|
||||||
|
User Product is transferred to the recipient in perpetuity or for a
|
||||||
|
fixed term (regardless of how the transaction is characterized), the
|
||||||
|
Corresponding Source conveyed under this section must be accompanied
|
||||||
|
by the Installation Information. But this requirement does not apply
|
||||||
|
if neither you nor any third party retains the ability to install
|
||||||
|
modified object code on the User Product (for example, the work has
|
||||||
|
been installed in ROM).
|
||||||
|
|
||||||
|
The requirement to provide Installation Information does not include a
|
||||||
|
requirement to continue to provide support service, warranty, or updates
|
||||||
|
for a work that has been modified or installed by the recipient, or for
|
||||||
|
the User Product in which it has been modified or installed. Access to a
|
||||||
|
network may be denied when the modification itself materially and
|
||||||
|
adversely affects the operation of the network or violates the rules and
|
||||||
|
protocols for communication across the network.
|
||||||
|
|
||||||
|
Corresponding Source conveyed, and Installation Information provided,
|
||||||
|
in accord with this section must be in a format that is publicly
|
||||||
|
documented (and with an implementation available to the public in
|
||||||
|
source code form), and must require no special password or key for
|
||||||
|
unpacking, reading or copying.
|
||||||
|
|
||||||
|
7. Additional Terms.
|
||||||
|
|
||||||
|
"Additional permissions" are terms that supplement the terms of this
|
||||||
|
License by making exceptions from one or more of its conditions.
|
||||||
|
Additional permissions that are applicable to the entire Program shall
|
||||||
|
be treated as though they were included in this License, to the extent
|
||||||
|
that they are valid under applicable law. If additional permissions
|
||||||
|
apply only to part of the Program, that part may be used separately
|
||||||
|
under those permissions, but the entire Program remains governed by
|
||||||
|
this License without regard to the additional permissions.
|
||||||
|
|
||||||
|
When you convey a copy of a covered work, you may at your option
|
||||||
|
remove any additional permissions from that copy, or from any part of
|
||||||
|
it. (Additional permissions may be written to require their own
|
||||||
|
removal in certain cases when you modify the work.) You may place
|
||||||
|
additional permissions on material, added by you to a covered work,
|
||||||
|
for which you have or can give appropriate copyright permission.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, for material you
|
||||||
|
add to a covered work, you may (if authorized by the copyright holders of
|
||||||
|
that material) supplement the terms of this License with terms:
|
||||||
|
|
||||||
|
a) Disclaiming warranty or limiting liability differently from the
|
||||||
|
terms of sections 15 and 16 of this License; or
|
||||||
|
|
||||||
|
b) Requiring preservation of specified reasonable legal notices or
|
||||||
|
author attributions in that material or in the Appropriate Legal
|
||||||
|
Notices displayed by works containing it; or
|
||||||
|
|
||||||
|
c) Prohibiting misrepresentation of the origin of that material, or
|
||||||
|
requiring that modified versions of such material be marked in
|
||||||
|
reasonable ways as different from the original version; or
|
||||||
|
|
||||||
|
d) Limiting the use for publicity purposes of names of licensors or
|
||||||
|
authors of the material; or
|
||||||
|
|
||||||
|
e) Declining to grant rights under trademark law for use of some
|
||||||
|
trade names, trademarks, or service marks; or
|
||||||
|
|
||||||
|
f) Requiring indemnification of licensors and authors of that
|
||||||
|
material by anyone who conveys the material (or modified versions of
|
||||||
|
it) with contractual assumptions of liability to the recipient, for
|
||||||
|
any liability that these contractual assumptions directly impose on
|
||||||
|
those licensors and authors.
|
||||||
|
|
||||||
|
All other non-permissive additional terms are considered "further
|
||||||
|
restrictions" within the meaning of section 10. If the Program as you
|
||||||
|
received it, or any part of it, contains a notice stating that it is
|
||||||
|
governed by this License along with a term that is a further
|
||||||
|
restriction, you may remove that term. If a license document contains
|
||||||
|
a further restriction but permits relicensing or conveying under this
|
||||||
|
License, you may add to a covered work material governed by the terms
|
||||||
|
of that license document, provided that the further restriction does
|
||||||
|
not survive such relicensing or conveying.
|
||||||
|
|
||||||
|
If you add terms to a covered work in accord with this section, you
|
||||||
|
must place, in the relevant source files, a statement of the
|
||||||
|
additional terms that apply to those files, or a notice indicating
|
||||||
|
where to find the applicable terms.
|
||||||
|
|
||||||
|
Additional terms, permissive or non-permissive, may be stated in the
|
||||||
|
form of a separately written license, or stated as exceptions;
|
||||||
|
the above requirements apply either way.
|
||||||
|
|
||||||
|
8. Termination.
|
||||||
|
|
||||||
|
You may not propagate or modify a covered work except as expressly
|
||||||
|
provided under this License. Any attempt otherwise to propagate or
|
||||||
|
modify it is void, and will automatically terminate your rights under
|
||||||
|
this License (including any patent licenses granted under the third
|
||||||
|
paragraph of section 11).
|
||||||
|
|
||||||
|
However, if you cease all violation of this License, then your
|
||||||
|
license from a particular copyright holder is reinstated (a)
|
||||||
|
provisionally, unless and until the copyright holder explicitly and
|
||||||
|
finally terminates your license, and (b) permanently, if the copyright
|
||||||
|
holder fails to notify you of the violation by some reasonable means
|
||||||
|
prior to 60 days after the cessation.
|
||||||
|
|
||||||
|
Moreover, your license from a particular copyright holder is
|
||||||
|
reinstated permanently if the copyright holder notifies you of the
|
||||||
|
violation by some reasonable means, this is the first time you have
|
||||||
|
received notice of violation of this License (for any work) from that
|
||||||
|
copyright holder, and you cure the violation prior to 30 days after
|
||||||
|
your receipt of the notice.
|
||||||
|
|
||||||
|
Termination of your rights under this section does not terminate the
|
||||||
|
licenses of parties who have received copies or rights from you under
|
||||||
|
this License. If your rights have been terminated and not permanently
|
||||||
|
reinstated, you do not qualify to receive new licenses for the same
|
||||||
|
material under section 10.
|
||||||
|
|
||||||
|
9. Acceptance Not Required for Having Copies.
|
||||||
|
|
||||||
|
You are not required to accept this License in order to receive or
|
||||||
|
run a copy of the Program. Ancillary propagation of a covered work
|
||||||
|
occurring solely as a consequence of using peer-to-peer transmission
|
||||||
|
to receive a copy likewise does not require acceptance. However,
|
||||||
|
nothing other than this License grants you permission to propagate or
|
||||||
|
modify any covered work. These actions infringe copyright if you do
|
||||||
|
not accept this License. Therefore, by modifying or propagating a
|
||||||
|
covered work, you indicate your acceptance of this License to do so.
|
||||||
|
|
||||||
|
10. Automatic Licensing of Downstream Recipients.
|
||||||
|
|
||||||
|
Each time you convey a covered work, the recipient automatically
|
||||||
|
receives a license from the original licensors, to run, modify and
|
||||||
|
propagate that work, subject to this License. You are not responsible
|
||||||
|
for enforcing compliance by third parties with this License.
|
||||||
|
|
||||||
|
An "entity transaction" is a transaction transferring control of an
|
||||||
|
organization, or substantially all assets of one, or subdividing an
|
||||||
|
organization, or merging organizations. If propagation of a covered
|
||||||
|
work results from an entity transaction, each party to that
|
||||||
|
transaction who receives a copy of the work also receives whatever
|
||||||
|
licenses to the work the party's predecessor in interest had or could
|
||||||
|
give under the previous paragraph, plus a right to possession of the
|
||||||
|
Corresponding Source of the work from the predecessor in interest, if
|
||||||
|
the predecessor has it or can get it with reasonable efforts.
|
||||||
|
|
||||||
|
You may not impose any further restrictions on the exercise of the
|
||||||
|
rights granted or affirmed under this License. For example, you may
|
||||||
|
not impose a license fee, royalty, or other charge for exercise of
|
||||||
|
rights granted under this License, and you may not initiate litigation
|
||||||
|
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||||
|
any patent claim is infringed by making, using, selling, offering for
|
||||||
|
sale, or importing the Program or any portion of it.
|
||||||
|
|
||||||
|
11. Patents.
|
||||||
|
|
||||||
|
A "contributor" is a copyright holder who authorizes use under this
|
||||||
|
License of the Program or a work on which the Program is based. The
|
||||||
|
work thus licensed is called the contributor's "contributor version".
|
||||||
|
|
||||||
|
A contributor's "essential patent claims" are all patent claims
|
||||||
|
owned or controlled by the contributor, whether already acquired or
|
||||||
|
hereafter acquired, that would be infringed by some manner, permitted
|
||||||
|
by this License, of making, using, or selling its contributor version,
|
||||||
|
but do not include claims that would be infringed only as a
|
||||||
|
consequence of further modification of the contributor version. For
|
||||||
|
purposes of this definition, "control" includes the right to grant
|
||||||
|
patent sublicenses in a manner consistent with the requirements of
|
||||||
|
this License.
|
||||||
|
|
||||||
|
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||||
|
patent license under the contributor's essential patent claims, to
|
||||||
|
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||||
|
propagate the contents of its contributor version.
|
||||||
|
|
||||||
|
In the following three paragraphs, a "patent license" is any express
|
||||||
|
agreement or commitment, however denominated, not to enforce a patent
|
||||||
|
(such as an express permission to practice a patent or covenant not to
|
||||||
|
sue for patent infringement). To "grant" such a patent license to a
|
||||||
|
party means to make such an agreement or commitment not to enforce a
|
||||||
|
patent against the party.
|
||||||
|
|
||||||
|
If you convey a covered work, knowingly relying on a patent license,
|
||||||
|
and the Corresponding Source of the work is not available for anyone
|
||||||
|
to copy, free of charge and under the terms of this License, through a
|
||||||
|
publicly available network server or other readily accessible means,
|
||||||
|
then you must either (1) cause the Corresponding Source to be so
|
||||||
|
available, or (2) arrange to deprive yourself of the benefit of the
|
||||||
|
patent license for this particular work, or (3) arrange, in a manner
|
||||||
|
consistent with the requirements of this License, to extend the patent
|
||||||
|
license to downstream recipients. "Knowingly relying" means you have
|
||||||
|
actual knowledge that, but for the patent license, your conveying the
|
||||||
|
covered work in a country, or your recipient's use of the covered work
|
||||||
|
in a country, would infringe one or more identifiable patents in that
|
||||||
|
country that you have reason to believe are valid.
|
||||||
|
|
||||||
|
If, pursuant to or in connection with a single transaction or
|
||||||
|
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||||
|
covered work, and grant a patent license to some of the parties
|
||||||
|
receiving the covered work authorizing them to use, propagate, modify
|
||||||
|
or convey a specific copy of the covered work, then the patent license
|
||||||
|
you grant is automatically extended to all recipients of the covered
|
||||||
|
work and works based on it.
|
||||||
|
|
||||||
|
A patent license is "discriminatory" if it does not include within
|
||||||
|
the scope of its coverage, prohibits the exercise of, or is
|
||||||
|
conditioned on the non-exercise of one or more of the rights that are
|
||||||
|
specifically granted under this License. You may not convey a covered
|
||||||
|
work if you are a party to an arrangement with a third party that is
|
||||||
|
in the business of distributing software, under which you make payment
|
||||||
|
to the third party based on the extent of your activity of conveying
|
||||||
|
the work, and under which the third party grants, to any of the
|
||||||
|
parties who would receive the covered work from you, a discriminatory
|
||||||
|
patent license (a) in connection with copies of the covered work
|
||||||
|
conveyed by you (or copies made from those copies), or (b) primarily
|
||||||
|
for and in connection with specific products or compilations that
|
||||||
|
contain the covered work, unless you entered into that arrangement,
|
||||||
|
or that patent license was granted, prior to 28 March 2007.
|
||||||
|
|
||||||
|
Nothing in this License shall be construed as excluding or limiting
|
||||||
|
any implied license or other defenses to infringement that may
|
||||||
|
otherwise be available to you under applicable patent law.
|
||||||
|
|
||||||
|
12. No Surrender of Others' Freedom.
|
||||||
|
|
||||||
|
If conditions are imposed on you (whether by court order, agreement or
|
||||||
|
otherwise) that contradict the conditions of this License, they do not
|
||||||
|
excuse you from the conditions of this License. If you cannot convey a
|
||||||
|
covered work so as to satisfy simultaneously your obligations under this
|
||||||
|
License and any other pertinent obligations, then as a consequence you may
|
||||||
|
not convey it at all. For example, if you agree to terms that obligate you
|
||||||
|
to collect a royalty for further conveying from those to whom you convey
|
||||||
|
the Program, the only way you could satisfy both those terms and this
|
||||||
|
License would be to refrain entirely from conveying the Program.
|
||||||
|
|
||||||
|
13. Use with the GNU Affero General Public License.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, you have
|
||||||
|
permission to link or combine any covered work with a work licensed
|
||||||
|
under version 3 of the GNU Affero General Public License into a single
|
||||||
|
combined work, and to convey the resulting work. The terms of this
|
||||||
|
License will continue to apply to the part which is the covered work,
|
||||||
|
but the special requirements of the GNU Affero General Public License,
|
||||||
|
section 13, concerning interaction through a network will apply to the
|
||||||
|
combination as such.
|
||||||
|
|
||||||
|
14. Revised Versions of this License.
|
||||||
|
|
||||||
|
The Free Software Foundation may publish revised and/or new versions of
|
||||||
|
the GNU General Public License from time to time. Such new versions will
|
||||||
|
be similar in spirit to the present version, but may differ in detail to
|
||||||
|
address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the
|
||||||
|
Program specifies that a certain numbered version of the GNU General
|
||||||
|
Public License "or any later version" applies to it, you have the
|
||||||
|
option of following the terms and conditions either of that numbered
|
||||||
|
version or of any later version published by the Free Software
|
||||||
|
Foundation. If the Program does not specify a version number of the
|
||||||
|
GNU General Public License, you may choose any version ever published
|
||||||
|
by the Free Software Foundation.
|
||||||
|
|
||||||
|
If the Program specifies that a proxy can decide which future
|
||||||
|
versions of the GNU General Public License can be used, that proxy's
|
||||||
|
public statement of acceptance of a version permanently authorizes you
|
||||||
|
to choose that version for the Program.
|
||||||
|
|
||||||
|
Later license versions may give you additional or different
|
||||||
|
permissions. However, no additional obligations are imposed on any
|
||||||
|
author or copyright holder as a result of your choosing to follow a
|
||||||
|
later version.
|
||||||
|
|
||||||
|
15. Disclaimer of Warranty.
|
||||||
|
|
||||||
|
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||||
|
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||||
|
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||||
|
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||||
|
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||||
|
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||||
|
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||||
|
|
||||||
|
16. Limitation of Liability.
|
||||||
|
|
||||||
|
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||||
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||||
|
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||||
|
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||||
|
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||||
|
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||||
|
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||||
|
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||||
|
SUCH DAMAGES.
|
||||||
|
|
||||||
|
17. Interpretation of Sections 15 and 16.
|
||||||
|
|
||||||
|
If the disclaimer of warranty and limitation of liability provided
|
||||||
|
above cannot be given local legal effect according to their terms,
|
||||||
|
reviewing courts shall apply local law that most closely approximates
|
||||||
|
an absolute waiver of all civil liability in connection with the
|
||||||
|
Program, unless a warranty or assumption of liability accompanies a
|
||||||
|
copy of the Program in return for a fee.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
|
If you develop a new program, and you want it to be of the greatest
|
||||||
|
possible use to the public, the best way to achieve this is to make it
|
||||||
|
free software which everyone can redistribute and change under these terms.
|
||||||
|
|
||||||
|
To do so, attach the following notices to the program. It is safest
|
||||||
|
to attach them to the start of each source file to most effectively
|
||||||
|
state the exclusion of warranty; and each file should have at least
|
||||||
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
|
<one line to give the program's name and a brief idea of what it does.>
|
||||||
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
|
If the program does terminal interaction, make it output a short
|
||||||
|
notice like this when it starts in an interactive mode:
|
||||||
|
|
||||||
|
<program> Copyright (C) <year> <name of author>
|
||||||
|
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
|
This is free software, and you are welcome to redistribute it
|
||||||
|
under certain conditions; type `show c' for details.
|
||||||
|
|
||||||
|
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||||
|
parts of the General Public License. Of course, your program's commands
|
||||||
|
might be different; for a GUI interface, you would use an "about box".
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or school,
|
||||||
|
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||||
|
For more information on this, and how to apply and follow the GNU GPL, see
|
||||||
|
<http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
The GNU General Public License does not permit incorporating your program
|
||||||
|
into proprietary programs. If your program is a subroutine library, you
|
||||||
|
may consider it more useful to permit linking proprietary applications with
|
||||||
|
the library. If this is what you want to do, use the GNU Lesser General
|
||||||
|
Public License instead of this License. But first, please read
|
||||||
|
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||||
102
vendor/balping/json-raw-encoder/README.md
vendored
Normal file
102
vendor/balping/json-raw-encoder/README.md
vendored
Normal file
@@ -0,0 +1,102 @@
|
|||||||
|
# Json Raw Encoder
|
||||||
|
|
||||||
|
Use this package to encode arrays to JSON with raw JS objects (eg. callbacks) in them.
|
||||||
|
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
```bash
|
||||||
|
composer require balping/json-raw-encoder
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Suppose you need to pass a callback to a JSON object.
|
||||||
|
|
||||||
|
```php
|
||||||
|
<?php
|
||||||
|
$array = [
|
||||||
|
'type' => 'cat',
|
||||||
|
'count' => 42,
|
||||||
|
'callback' => 'function(a){alert(a);}'
|
||||||
|
];
|
||||||
|
?>
|
||||||
|
|
||||||
|
<scrtip>
|
||||||
|
let bar = <?php echo $json_encode($array); ?>
|
||||||
|
bar.callback('hello'); //error
|
||||||
|
</script>
|
||||||
|
```
|
||||||
|
|
||||||
|
However, the above array will be encoded as
|
||||||
|
|
||||||
|
```json
|
||||||
|
{"type":"cat","count":42,"callback":"function(a){alert(a);}"}
|
||||||
|
```
|
||||||
|
|
||||||
|
On this object, you cannot call `callback()`, as `callback` is a string and not a function.
|
||||||
|
|
||||||
|
To get around this problem, use `Raw` objects provided by this package:
|
||||||
|
|
||||||
|
```php
|
||||||
|
<?php
|
||||||
|
use Balping\JsonRaw\Raw;
|
||||||
|
use Balping\JsonRaw\Encoder;
|
||||||
|
|
||||||
|
$array = [
|
||||||
|
'type' => 'cat',
|
||||||
|
'count' => 42,
|
||||||
|
'callback' => new Raw('function(a){alert(a);}')
|
||||||
|
];
|
||||||
|
?>
|
||||||
|
|
||||||
|
<scrtip>
|
||||||
|
let bar = <?php echo Encoder::encode($array); ?>
|
||||||
|
bar.callback('hello'); //prints hello
|
||||||
|
</script>
|
||||||
|
```
|
||||||
|
|
||||||
|
Now, the encoded JSON looks like this. Notice, that there are no parentheses around the function.
|
||||||
|
|
||||||
|
```js
|
||||||
|
{"type":"cat","count":42,"callback":function(a){alert(a);}}
|
||||||
|
```
|
||||||
|
|
||||||
|
Calling `bar.callback()` now works, as `callback` is a function and not a string.
|
||||||
|
|
||||||
|
## Using with third party libraries
|
||||||
|
|
||||||
|
It is possible that the serialisation is done by a library (eg. Fractal), and not by your code, i.e. you cannot replace `json_encode` with `Encoder::encode()`.
|
||||||
|
|
||||||
|
In this case, you can still pass callbacks to JSON, by passing the encoded json and an array of all raw objects to `Replacer::replace()`:
|
||||||
|
|
||||||
|
```php
|
||||||
|
|
||||||
|
use Balping\JsonRaw\Raw;
|
||||||
|
use Balping\JsonRaw\Replacer;
|
||||||
|
|
||||||
|
$rawObjects = [];
|
||||||
|
|
||||||
|
$array = [
|
||||||
|
'type' => 'cat',
|
||||||
|
'count' => 42,
|
||||||
|
'callback' => $rawObjects[] = new Raw('function(a){alert(a);}')
|
||||||
|
];
|
||||||
|
|
||||||
|
// you cannot alter the behaviour of a third party encoder
|
||||||
|
$encoded = $thirdParty->jsonEncode($array);
|
||||||
|
|
||||||
|
echo Replacer::replace($encoded, $rawObjects);
|
||||||
|
```
|
||||||
|
|
||||||
|
Result:
|
||||||
|
|
||||||
|
```js
|
||||||
|
{"type":"cat","count":42,"callback":function(a){alert(a);}}
|
||||||
|
```
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
This package is licensed under GPLv3.
|
||||||
30
vendor/balping/json-raw-encoder/composer.json
vendored
Normal file
30
vendor/balping/json-raw-encoder/composer.json
vendored
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"name": "balping/json-raw-encoder",
|
||||||
|
"description": "Encode arrays to json with raw JS objects (eg. callbacks) in them",
|
||||||
|
"keywords": ["json", "encode", "callback"],
|
||||||
|
"type": "library",
|
||||||
|
"require": {
|
||||||
|
"php": ">=7.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "^7.1"
|
||||||
|
},
|
||||||
|
"license": "GPL-3.0-only",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Balázs Dura-Kovács"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Balping\\JsonRaw\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload-dev": {
|
||||||
|
"psr-4": {
|
||||||
|
"Balping\\JsonRaw\\Tests\\": "tests/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"minimum-stability": "dev",
|
||||||
|
"prefer-stable": true
|
||||||
|
}
|
||||||
1474
vendor/balping/json-raw-encoder/composer.lock
generated
vendored
Normal file
1474
vendor/balping/json-raw-encoder/composer.lock
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
17
vendor/balping/json-raw-encoder/phpunit.xml
vendored
Normal file
17
vendor/balping/json-raw-encoder/phpunit.xml
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<phpunit backupGlobals="false"
|
||||||
|
backupStaticAttributes="false"
|
||||||
|
bootstrap="vendor/autoload.php"
|
||||||
|
colors="true"
|
||||||
|
convertErrorsToExceptions="true"
|
||||||
|
convertNoticesToExceptions="true"
|
||||||
|
convertWarningsToExceptions="true"
|
||||||
|
processIsolation="false"
|
||||||
|
stopOnFailure="false"
|
||||||
|
syntaxCheck="false">
|
||||||
|
<testsuites>
|
||||||
|
<testsuite name="Package Test Suite">
|
||||||
|
<directory suffix=".php">./tests/</directory>
|
||||||
|
</testsuite>
|
||||||
|
</testsuites>
|
||||||
|
</phpunit>
|
||||||
51
vendor/balping/json-raw-encoder/src/Encoder.php
vendored
Normal file
51
vendor/balping/json-raw-encoder/src/Encoder.php
vendored
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
|
Json Raw Encoder
|
||||||
|
Encode arrays to json with raw JS objects (eg. callbacks) in them
|
||||||
|
Copyright (C) 2018 Balázs Dura-Kovács
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Balping\JsonRaw;
|
||||||
|
|
||||||
|
class Encoder {
|
||||||
|
/**
|
||||||
|
* Encode array containing Raw objects to JSON
|
||||||
|
*
|
||||||
|
* @see json_encode
|
||||||
|
*
|
||||||
|
* @param mixed $value
|
||||||
|
* @param int $options
|
||||||
|
* @param int $depth [optional]
|
||||||
|
* @return string|false
|
||||||
|
*/
|
||||||
|
static function encode($value, ...$args){
|
||||||
|
$rawObjects = [];
|
||||||
|
|
||||||
|
// find raw object items in the input array
|
||||||
|
array_walk_recursive($value, function($item) use (&$rawObjects){
|
||||||
|
if(is_object($item) && is_a($item, Raw::class)){
|
||||||
|
$rawObjects[] = &$item;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
$encoded = json_encode($value, ...$args);
|
||||||
|
|
||||||
|
return Replacer::replace($encoded, $rawObjects);
|
||||||
|
}
|
||||||
|
}
|
||||||
57
vendor/balping/json-raw-encoder/src/Raw.php
vendored
Normal file
57
vendor/balping/json-raw-encoder/src/Raw.php
vendored
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
|
Json Raw Encoder
|
||||||
|
Encode arrays to json with raw JS objects (eg. callbacks) in them
|
||||||
|
Copyright (C) 2018 Balázs Dura-Kovács
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Balping\JsonRaw;
|
||||||
|
|
||||||
|
class Raw implements \JsonSerializable {
|
||||||
|
/**
|
||||||
|
* Unique identifier. Gets replaced with raw value
|
||||||
|
* after using built-in json_encode
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $id;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Raw value. This is passed to json without any modification
|
||||||
|
* (i.e. without escaping, etc.)
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $value;
|
||||||
|
|
||||||
|
public function __construct(string $value){
|
||||||
|
$this->value = $value;
|
||||||
|
$this->id = bin2hex(random_bytes(20));
|
||||||
|
}
|
||||||
|
|
||||||
|
public function getId(){
|
||||||
|
return $this->id;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function getValue(){
|
||||||
|
return $this->value;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function jsonSerialize(){
|
||||||
|
return $this->getId();
|
||||||
|
}
|
||||||
|
}
|
||||||
48
vendor/balping/json-raw-encoder/src/Replacer.php
vendored
Normal file
48
vendor/balping/json-raw-encoder/src/Replacer.php
vendored
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
|
Json Raw Encoder
|
||||||
|
Encode arrays to json with raw JS objects (eg. callbacks) in them
|
||||||
|
Copyright (C) 2018 Balázs Dura-Kovács
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Balping\JsonRaw;
|
||||||
|
|
||||||
|
class Replacer {
|
||||||
|
/**
|
||||||
|
* Replace unique ids with raw values in an encoded json
|
||||||
|
*
|
||||||
|
* @param string $json encoded json
|
||||||
|
* @param array $rawObjects
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
static function replace(string $json, array $rawObjects){
|
||||||
|
$encoded = &$json;
|
||||||
|
|
||||||
|
// replace unique strings with raw values
|
||||||
|
foreach ($rawObjects as $rawObject) {
|
||||||
|
$encoded = str_replace(
|
||||||
|
'"'. $rawObject->getId() . '"',
|
||||||
|
$rawObject->getValue(),
|
||||||
|
$encoded
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
return $encoded;
|
||||||
|
}
|
||||||
|
}
|
||||||
58
vendor/balping/json-raw-encoder/tests/RawEncoderTest.php
vendored
Normal file
58
vendor/balping/json-raw-encoder/tests/RawEncoderTest.php
vendored
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
|
Json Raw Encoder
|
||||||
|
Encode arrays to json with raw JS objects (eg. callbacks) in them
|
||||||
|
Copyright (C) 2018 Balázs Dura-Kovács
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Balping\JsonRaw\Tests;
|
||||||
|
|
||||||
|
use Balping\JsonRaw\Raw;
|
||||||
|
use Balping\JsonRaw\Encoder;
|
||||||
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
|
|
||||||
|
class RawEncoderTest extends TestCase {
|
||||||
|
|
||||||
|
/** @test */
|
||||||
|
public function callbacks_can_be_passed(){
|
||||||
|
$array = [
|
||||||
|
"a" => "string",
|
||||||
|
"b" => 42,
|
||||||
|
"callback" => new Raw(<<<'JS'
|
||||||
|
function(a){
|
||||||
|
console.log(a);
|
||||||
|
}
|
||||||
|
JS
|
||||||
|
)
|
||||||
|
];
|
||||||
|
|
||||||
|
$json = Encoder::encode($array);
|
||||||
|
|
||||||
|
$this->assertEquals(<<<'JSON'
|
||||||
|
{"a":"string","b":42,"callback":function(a){
|
||||||
|
console.log(a);
|
||||||
|
}}
|
||||||
|
JSON
|
||||||
|
, $json);
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
63
vendor/balping/json-raw-encoder/tests/ReplacerTest.php
vendored
Normal file
63
vendor/balping/json-raw-encoder/tests/ReplacerTest.php
vendored
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
|
Json Raw Encoder
|
||||||
|
Encode arrays to json with raw JS objects (eg. callbacks) in them
|
||||||
|
Copyright (C) 2018 Balázs Dura-Kovács
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Balping\JsonRaw\Tests;
|
||||||
|
|
||||||
|
use Balping\JsonRaw\Raw;
|
||||||
|
use Balping\JsonRaw\Replacer;
|
||||||
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
|
|
||||||
|
class ReplacerTest extends TestCase {
|
||||||
|
|
||||||
|
/** @test */
|
||||||
|
public function callbacks_can_be_passed(){
|
||||||
|
$jsObjects = [];
|
||||||
|
|
||||||
|
$array = [
|
||||||
|
"a" => "string",
|
||||||
|
"b" => 42,
|
||||||
|
"callback" => $jsObjects[] = new Raw(<<<'JS'
|
||||||
|
function(a){
|
||||||
|
console.log(a);
|
||||||
|
}
|
||||||
|
JS
|
||||||
|
)
|
||||||
|
];
|
||||||
|
|
||||||
|
// imagine this being a vendor function in library
|
||||||
|
$json = json_encode($array);
|
||||||
|
|
||||||
|
$json = Replacer::replace($json, $jsObjects);
|
||||||
|
|
||||||
|
$this->assertEquals(<<<'JSON'
|
||||||
|
{"a":"string","b":42,"callback":function(a){
|
||||||
|
console.log(a);
|
||||||
|
}}
|
||||||
|
JSON
|
||||||
|
, $json);
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
207
vendor/composer/autoload_classmap.php
vendored
207
vendor/composer/autoload_classmap.php
vendored
@@ -6,14 +6,15 @@ $vendorDir = dirname(dirname(__FILE__));
|
|||||||
$baseDir = dirname($vendorDir);
|
$baseDir = dirname($vendorDir);
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'App\\Console\\Commands\\GetAssetsCommand' => $baseDir . '/app/Console/Commands/GetAssets.php',
|
'App\\Console\\Commands\\CleanStaleDataCommand' => $baseDir . '/app/Console/Commands/Data/CleanStaleDataCommand.php',
|
||||||
'App\\Console\\Commands\\GetCorpsCommand' => $baseDir . '/app/Console/Commands/GetCorps.php',
|
'App\\Console\\Commands\\GetAssetsCommand' => $baseDir . '/app/Console/Commands/Assets/GetAssets.php',
|
||||||
'App\\Console\\Commands\\GetStructuresCommand' => $baseDir . '/app/Console/Commands/GetStructures.php',
|
'App\\Console\\Commands\\GetCorpsCommand' => $baseDir . '/app/Console/Commands/Corps/GetCorps.php',
|
||||||
'App\\Console\\Commands\\HoldingFinancesCommand' => $baseDir . '/app/Console/Commands/HoldingFinances.php',
|
'App\\Console\\Commands\\GetStructuresCommand' => $baseDir . '/app/Console/Commands/Structures/GetStructures.php',
|
||||||
'App\\Console\\Commands\\MoonMailerCommand' => $baseDir . '/app/Console/Commands/MoonMailer.php',
|
'App\\Console\\Commands\\HoldingFinancesCommand' => $baseDir . '/app/Console/Commands/Finances/HoldingFinances.php',
|
||||||
'App\\Console\\Commands\\PiTransactionsCommand' => $baseDir . '/app/Console/Commands/PITransactions.php',
|
'App\\Console\\Commands\\MoonMailerCommand' => $baseDir . '/app/Console/Commands/Moons/MoonMailer.php',
|
||||||
'App\\Console\\Commands\\UpdateMoonPriceCommand' => $baseDir . '/app/Console/Commands/UpdateMoonPricing.php',
|
'App\\Console\\Commands\\PiTransactionsCommand' => $baseDir . '/app/Console/Commands/Finances/PiTransactions.php',
|
||||||
'App\\Console\\Commands\\UpdateMoonRental' => $baseDir . '/app/Console/Commands/UpdateMoonRental.php',
|
'App\\Console\\Commands\\UpdateMoonPriceCommand' => $baseDir . '/app/Console/Commands/Moons/UpdateMoonPricing.php',
|
||||||
|
'App\\Console\\Commands\\UpdateMoonRental' => $baseDir . '/app/Console/Commands/Moons/UpdateMoonRental.php',
|
||||||
'App\\Console\\Kernel' => $baseDir . '/app/Console/Kernel.php',
|
'App\\Console\\Kernel' => $baseDir . '/app/Console/Kernel.php',
|
||||||
'App\\Exceptions\\Handler' => $baseDir . '/app/Exceptions/Handler.php',
|
'App\\Exceptions\\Handler' => $baseDir . '/app/Exceptions/Handler.php',
|
||||||
'App\\Http\\Controllers\\Auth\\EsiScopeController' => $baseDir . '/app/Http/Controllers/Auth/EsiScopeController.php',
|
'App\\Http\\Controllers\\Auth\\EsiScopeController' => $baseDir . '/app/Http/Controllers/Auth/EsiScopeController.php',
|
||||||
@@ -23,10 +24,8 @@ return array(
|
|||||||
'App\\Http\\Controllers\\Controller' => $baseDir . '/app/Http/Controllers/Controller.php',
|
'App\\Http\\Controllers\\Controller' => $baseDir . '/app/Http/Controllers/Controller.php',
|
||||||
'App\\Http\\Controllers\\Dashboard\\AdminController' => $baseDir . '/app/Http/Controllers/Dashboard/AdminController.php',
|
'App\\Http\\Controllers\\Dashboard\\AdminController' => $baseDir . '/app/Http/Controllers/Dashboard/AdminController.php',
|
||||||
'App\\Http\\Controllers\\Dashboard\\DashboardController' => $baseDir . '/app/Http/Controllers/Dashboard/DashboardController.php',
|
'App\\Http\\Controllers\\Dashboard\\DashboardController' => $baseDir . '/app/Http/Controllers/Dashboard/DashboardController.php',
|
||||||
'App\\Http\\Controllers\\FATs\\FatController' => $baseDir . '/app/Http/Controllers/FATs/FatController.php',
|
|
||||||
'App\\Http\\Controllers\\Moons\\MoonsAdminController' => $baseDir . '/app/Http/Controllers/Moons/MoonsAdminController.php',
|
'App\\Http\\Controllers\\Moons\\MoonsAdminController' => $baseDir . '/app/Http/Controllers/Moons/MoonsAdminController.php',
|
||||||
'App\\Http\\Controllers\\Moons\\MoonsController' => $baseDir . '/app/Http/Controllers/Moons/MoonsController.php',
|
'App\\Http\\Controllers\\Moons\\MoonsController' => $baseDir . '/app/Http/Controllers/Moons/MoonsController.php',
|
||||||
'App\\Http\\Controllers\\Srp\\SrpController' => $baseDir . '/app/Http/Controllers/SRP/SrpController.php',
|
|
||||||
'App\\Http\\Controllers\\Stocks\\StockController' => $baseDir . '/app/Http/Controllers/Stock/StockController.php',
|
'App\\Http\\Controllers\\Stocks\\StockController' => $baseDir . '/app/Http/Controllers/Stock/StockController.php',
|
||||||
'App\\Http\\Controllers\\Wiki\\WikiController' => $baseDir . '/app/Http/Controllers/Wiki/WikiController.php',
|
'App\\Http\\Controllers\\Wiki\\WikiController' => $baseDir . '/app/Http/Controllers/Wiki/WikiController.php',
|
||||||
'App\\Http\\Kernel' => $baseDir . '/app/Http/Kernel.php',
|
'App\\Http\\Kernel' => $baseDir . '/app/Http/Kernel.php',
|
||||||
@@ -40,13 +39,12 @@ return array(
|
|||||||
'App\\Http\\Middleware\\TrimStrings' => $baseDir . '/app/Http/Middleware/TrimStrings.php',
|
'App\\Http\\Middleware\\TrimStrings' => $baseDir . '/app/Http/Middleware/TrimStrings.php',
|
||||||
'App\\Http\\Middleware\\TrustProxies' => $baseDir . '/app/Http/Middleware/TrustProxies.php',
|
'App\\Http\\Middleware\\TrustProxies' => $baseDir . '/app/Http/Middleware/TrustProxies.php',
|
||||||
'App\\Http\\Middleware\\VerifyCsrfToken' => $baseDir . '/app/Http/Middleware/VerifyCsrfToken.php',
|
'App\\Http\\Middleware\\VerifyCsrfToken' => $baseDir . '/app/Http/Middleware/VerifyCsrfToken.php',
|
||||||
'App\\JobProcessAssets' => $baseDir . '/app/Models/Jobs/JobProcessAssets.php',
|
|
||||||
'App\\JobProcessStructure' => $baseDir . '/app/Models/Jobs/JobProcessStructure.php',
|
|
||||||
'App\\Jobs\\ProcessAssetsJob' => $baseDir . '/app/Jobs/ProcessAssetsJob.php',
|
'App\\Jobs\\ProcessAssetsJob' => $baseDir . '/app/Jobs/ProcessAssetsJob.php',
|
||||||
'App\\Jobs\\ProcessStructureJob' => $baseDir . '/app/Jobs/ProcessStructureJob.php',
|
'App\\Jobs\\ProcessStructureJob' => $baseDir . '/app/Jobs/ProcessStructureJob.php',
|
||||||
'App\\Jobs\\ProcessWalletJournalJob' => $baseDir . '/app/Jobs/ProcessWalletJournalJob.php',
|
'App\\Jobs\\ProcessWalletJournalJob' => $baseDir . '/app/Jobs/ProcessWalletJournalJob.php',
|
||||||
'App\\Jobs\\ProcessWalletTransactionJob' => $baseDir . '/app/Jobs/ProcessWallettransactionJob.php',
|
'App\\Jobs\\ProcessWalletTransactionJob' => $baseDir . '/app/Jobs/ProcessWallettransactionJob.php',
|
||||||
'App\\Jobs\\SendEveMailJob' => $baseDir . '/app/Jobs/SendEveMailJob.php',
|
'App\\Jobs\\SendEveMailJob' => $baseDir . '/app/Jobs/SendEveMailJob.php',
|
||||||
|
'App\\Library\\Assets\\AssetHelper' => $baseDir . '/app/Library/Assets/AssetHelper.php',
|
||||||
'App\\Library\\Esi\\Esi' => $baseDir . '/app/Library/Esi/Esi.php',
|
'App\\Library\\Esi\\Esi' => $baseDir . '/app/Library/Esi/Esi.php',
|
||||||
'App\\Library\\Esi\\Mail' => $baseDir . '/app/Library/Esi/Mail.php',
|
'App\\Library\\Esi\\Mail' => $baseDir . '/app/Library/Esi/Mail.php',
|
||||||
'App\\Library\\Finances\\Helper\\FinanceHelper' => $baseDir . '/app/Library/Finances/Helper/FinanceHelper.php',
|
'App\\Library\\Finances\\Helper\\FinanceHelper' => $baseDir . '/app/Library/Finances/Helper/FinanceHelper.php',
|
||||||
@@ -60,8 +58,7 @@ return array(
|
|||||||
'App\\Library\\Finances\\StructureIndustryTax' => $baseDir . '/app/Library/Finances/StructureIndustryTax.php',
|
'App\\Library\\Finances\\StructureIndustryTax' => $baseDir . '/app/Library/Finances/StructureIndustryTax.php',
|
||||||
'App\\Library\\Lookups\\LookupHelper' => $baseDir . '/app/Library/Lookups/LookupHelper.php',
|
'App\\Library\\Lookups\\LookupHelper' => $baseDir . '/app/Library/Lookups/LookupHelper.php',
|
||||||
'App\\Library\\Moons\\MoonCalc' => $baseDir . '/app/Library/Moons/MoonCalc.php',
|
'App\\Library\\Moons\\MoonCalc' => $baseDir . '/app/Library/Moons/MoonCalc.php',
|
||||||
'App\\Library\\Stock\\Helper\\StructureStockHelper' => $baseDir . '/app/Library/Stock/Helper/StructureStockHelper.php',
|
'App\\Library\\Structures\\StructureHelper' => $baseDir . '/app/Library/Structures/StructureHelper.php',
|
||||||
'App\\Library\\Structures\\Helper\\StructureStockHelper' => $baseDir . '/app/Library/Stock/StockHelper.php',
|
|
||||||
'App\\Library\\Taxes\\TaxesHelper' => $baseDir . '/app/Library/Taxes/TaxesHelper.php',
|
'App\\Library\\Taxes\\TaxesHelper' => $baseDir . '/app/Library/Taxes/TaxesHelper.php',
|
||||||
'App\\Models\\Admin\\AllowedLogin' => $baseDir . '/app/Models/Admin/AllowedLogin.php',
|
'App\\Models\\Admin\\AllowedLogin' => $baseDir . '/app/Models/Admin/AllowedLogin.php',
|
||||||
'App\\Models\\Character\\CharacterClone' => $baseDir . '/app/Models/Charcter/CharacterClone.php',
|
'App\\Models\\Character\\CharacterClone' => $baseDir . '/app/Models/Charcter/CharacterClone.php',
|
||||||
@@ -84,8 +81,8 @@ return array(
|
|||||||
'App\\Models\\Finances\\PlayerDonationJournal' => $baseDir . '/app/Models/Finances/PlayerDonationJournal.php',
|
'App\\Models\\Finances\\PlayerDonationJournal' => $baseDir . '/app/Models/Finances/PlayerDonationJournal.php',
|
||||||
'App\\Models\\Finances\\ReprocessingTaxJournal' => $baseDir . '/app/Models/Finances/ReprocessingTaxJournal.php',
|
'App\\Models\\Finances\\ReprocessingTaxJournal' => $baseDir . '/app/Models/Finances/ReprocessingTaxJournal.php',
|
||||||
'App\\Models\\Finances\\StructureIndustryTaxJournal' => $baseDir . '/app/Models/Finances/StructureIndustryTaxJournal.php',
|
'App\\Models\\Finances\\StructureIndustryTaxJournal' => $baseDir . '/app/Models/Finances/StructureIndustryTaxJournal.php',
|
||||||
'App\\Models\\Fleet\\Fleet' => $baseDir . '/app/Models/Fleet/Fleet.php',
|
'App\\Models\\Jobs\\JobProcessAsset' => $baseDir . '/app/Models/Jobs/JobProcessAsset.php',
|
||||||
'App\\Models\\Fleet\\FleetActivity' => $baseDir . '/app/Models/Fleet/FleetActivity.php',
|
'App\\Models\\Jobs\\JobProcessStructure' => $baseDir . '/app/Models/Jobs/JobProcessStructure.php',
|
||||||
'App\\Models\\Jobs\\JobProcessWalletJournal' => $baseDir . '/app/Models/Jobs/JobProcessWalletJournal.php',
|
'App\\Models\\Jobs\\JobProcessWalletJournal' => $baseDir . '/app/Models/Jobs/JobProcessWalletJournal.php',
|
||||||
'App\\Models\\Jobs\\JobProcessWalletTransaction' => $baseDir . '/app/Models/Jobs/JobProcessWalletTransaction.php',
|
'App\\Models\\Jobs\\JobProcessWalletTransaction' => $baseDir . '/app/Models/Jobs/JobProcessWalletTransaction.php',
|
||||||
'App\\Models\\Jobs\\JobSendEveMail' => $baseDir . '/app/Models/Jobs/JobSendEveMail.php',
|
'App\\Models\\Jobs\\JobSendEveMail' => $baseDir . '/app/Models/Jobs/JobSendEveMail.php',
|
||||||
@@ -106,6 +103,7 @@ return array(
|
|||||||
'App\\Models\\Structure\\Service' => $baseDir . '/app/Models/Structure/Service.php',
|
'App\\Models\\Structure\\Service' => $baseDir . '/app/Models/Structure/Service.php',
|
||||||
'App\\Models\\Structure\\Structure' => $baseDir . '/app/Models/Structure/Structure.php',
|
'App\\Models\\Structure\\Structure' => $baseDir . '/app/Models/Structure/Structure.php',
|
||||||
'App\\Models\\User\\AvailableUserPermission' => $baseDir . '/app/Models/User/AvailableUserPermission.php',
|
'App\\Models\\User\\AvailableUserPermission' => $baseDir . '/app/Models/User/AvailableUserPermission.php',
|
||||||
|
'App\\Models\\User\\User' => $baseDir . '/app/Models/User/User.php',
|
||||||
'App\\Models\\User\\UserPermission' => $baseDir . '/app/Models/User/UserPermission.php',
|
'App\\Models\\User\\UserPermission' => $baseDir . '/app/Models/User/UserPermission.php',
|
||||||
'App\\Models\\User\\UserRole' => $baseDir . '/app/Models/User/UserRole.php',
|
'App\\Models\\User\\UserRole' => $baseDir . '/app/Models/User/UserRole.php',
|
||||||
'App\\Providers\\AppServiceProvider' => $baseDir . '/app/Providers/AppServiceProvider.php',
|
'App\\Providers\\AppServiceProvider' => $baseDir . '/app/Providers/AppServiceProvider.php',
|
||||||
@@ -114,8 +112,10 @@ return array(
|
|||||||
'App\\Providers\\EventServiceProvider' => $baseDir . '/app/Providers/EventServiceProvider.php',
|
'App\\Providers\\EventServiceProvider' => $baseDir . '/app/Providers/EventServiceProvider.php',
|
||||||
'App\\Providers\\HorizonServiceProvider' => $baseDir . '/app/Providers/HorizonServiceProvider.php',
|
'App\\Providers\\HorizonServiceProvider' => $baseDir . '/app/Providers/HorizonServiceProvider.php',
|
||||||
'App\\Providers\\RouteServiceProvider' => $baseDir . '/app/Providers/RouteServiceProvider.php',
|
'App\\Providers\\RouteServiceProvider' => $baseDir . '/app/Providers/RouteServiceProvider.php',
|
||||||
'App\\User' => $baseDir . '/app/User.php',
|
|
||||||
'AvailableUserPermissions' => $baseDir . '/database/seeds/AvailableUserPermissions.php',
|
'AvailableUserPermissions' => $baseDir . '/database/seeds/AvailableUserPermissions.php',
|
||||||
|
'Balping\\JsonRaw\\Encoder' => $vendorDir . '/balping/json-raw-encoder/src/Encoder.php',
|
||||||
|
'Balping\\JsonRaw\\Raw' => $vendorDir . '/balping/json-raw-encoder/src/Raw.php',
|
||||||
|
'Balping\\JsonRaw\\Replacer' => $vendorDir . '/balping/json-raw-encoder/src/Replacer.php',
|
||||||
'BeyondCode\\DumpServer\\DumpServerCommand' => $vendorDir . '/beyondcode/laravel-dump-server/src/DumpServerCommand.php',
|
'BeyondCode\\DumpServer\\DumpServerCommand' => $vendorDir . '/beyondcode/laravel-dump-server/src/DumpServerCommand.php',
|
||||||
'BeyondCode\\DumpServer\\DumpServerServiceProvider' => $vendorDir . '/beyondcode/laravel-dump-server/src/DumpServerServiceProvider.php',
|
'BeyondCode\\DumpServer\\DumpServerServiceProvider' => $vendorDir . '/beyondcode/laravel-dump-server/src/DumpServerServiceProvider.php',
|
||||||
'BeyondCode\\DumpServer\\Dumper' => $vendorDir . '/beyondcode/laravel-dump-server/src/Dumper.php',
|
'BeyondCode\\DumpServer\\Dumper' => $vendorDir . '/beyondcode/laravel-dump-server/src/Dumper.php',
|
||||||
@@ -153,6 +153,34 @@ return array(
|
|||||||
'Collective\\Html\\HtmlFacade' => $vendorDir . '/laravelcollective/html/src/HtmlFacade.php',
|
'Collective\\Html\\HtmlFacade' => $vendorDir . '/laravelcollective/html/src/HtmlFacade.php',
|
||||||
'Collective\\Html\\HtmlServiceProvider' => $vendorDir . '/laravelcollective/html/src/HtmlServiceProvider.php',
|
'Collective\\Html\\HtmlServiceProvider' => $vendorDir . '/laravelcollective/html/src/HtmlServiceProvider.php',
|
||||||
'ConfigTableSeeder' => $baseDir . '/database/seeds/ConfigTableSeeder.php',
|
'ConfigTableSeeder' => $baseDir . '/database/seeds/ConfigTableSeeder.php',
|
||||||
|
'ConsoleTVs\\Charts\\ChartsServiceProvider' => $vendorDir . '/consoletvs/charts/src/ChartsServiceProvider.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\BaseChart' => $vendorDir . '/consoletvs/charts/src/Classes/BaseChart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\C3\\Chart' => $vendorDir . '/consoletvs/charts/src/Classes/C3/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\C3\\Dataset' => $vendorDir . '/consoletvs/charts/src/Classes/C3/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Chartjs\\Chart' => $vendorDir . '/consoletvs/charts/src/Classes/Chartjs/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Chartjs\\Dataset' => $vendorDir . '/consoletvs/charts/src/Classes/Chartjs/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\DatasetClass' => $vendorDir . '/consoletvs/charts/src/Classes/DatasetClass.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Echarts\\Chart' => $vendorDir . '/consoletvs/charts/src/Classes/Echarts/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Echarts\\Dataset' => $vendorDir . '/consoletvs/charts/src/Classes/Echarts/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Frappe\\Chart' => $vendorDir . '/consoletvs/charts/src/Classes/Frappe/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Frappe\\Dataset' => $vendorDir . '/consoletvs/charts/src/Classes/Frappe/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Fusioncharts\\Chart' => $vendorDir . '/consoletvs/charts/src/Classes/Fusioncharts/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Fusioncharts\\Dataset' => $vendorDir . '/consoletvs/charts/src/Classes/Fusioncharts/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Highcharts\\Chart' => $vendorDir . '/consoletvs/charts/src/Classes/Highcharts/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Highcharts\\Dataset' => $vendorDir . '/consoletvs/charts/src/Classes/Highcharts/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Commands\\ChartsCommand' => $vendorDir . '/consoletvs/charts/src/Commands/ChartsCommand.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\C3\\Chart' => $vendorDir . '/consoletvs/charts/src/Features/C3/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\C3\\Dataset' => $vendorDir . '/consoletvs/charts/src/Features/C3/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Chartjs\\Chart' => $vendorDir . '/consoletvs/charts/src/Features/Chartjs/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Chartjs\\Dataset' => $vendorDir . '/consoletvs/charts/src/Features/Chartjs/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Echarts\\Chart' => $vendorDir . '/consoletvs/charts/src/Features/Echarts/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Echarts\\Dataset' => $vendorDir . '/consoletvs/charts/src/Features/Echarts/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Frappe\\Chart' => $vendorDir . '/consoletvs/charts/src/Features/Frappe/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Frappe\\Dataset' => $vendorDir . '/consoletvs/charts/src/Features/Frappe/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Fusioncharts\\Chart' => $vendorDir . '/consoletvs/charts/src/Features/Fusioncharts/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Fusioncharts\\Dataset' => $vendorDir . '/consoletvs/charts/src/Features/Fusioncharts/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Highcharts\\Chart' => $vendorDir . '/consoletvs/charts/src/Features/Highcharts/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Highcharts\\Dataset' => $vendorDir . '/consoletvs/charts/src/Features/Highcharts/Dataset.php',
|
||||||
'Cron\\AbstractField' => $vendorDir . '/dragonmantank/cron-expression/src/Cron/AbstractField.php',
|
'Cron\\AbstractField' => $vendorDir . '/dragonmantank/cron-expression/src/Cron/AbstractField.php',
|
||||||
'Cron\\CronExpression' => $vendorDir . '/dragonmantank/cron-expression/src/Cron/CronExpression.php',
|
'Cron\\CronExpression' => $vendorDir . '/dragonmantank/cron-expression/src/Cron/CronExpression.php',
|
||||||
'Cron\\DayOfMonthField' => $vendorDir . '/dragonmantank/cron-expression/src/Cron/DayOfMonthField.php',
|
'Cron\\DayOfMonthField' => $vendorDir . '/dragonmantank/cron-expression/src/Cron/DayOfMonthField.php',
|
||||||
@@ -231,12 +259,12 @@ return array(
|
|||||||
'Egulias\\EmailValidator\\Exception\\DomainHyphened' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/DomainHyphened.php',
|
'Egulias\\EmailValidator\\Exception\\DomainHyphened' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/DomainHyphened.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\DotAtEnd' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/DotAtEnd.php',
|
'Egulias\\EmailValidator\\Exception\\DotAtEnd' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/DotAtEnd.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\DotAtStart' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/DotAtStart.php',
|
'Egulias\\EmailValidator\\Exception\\DotAtStart' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/DotAtStart.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\ExpectedQPair' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/ExpectingQPair.php',
|
|
||||||
'Egulias\\EmailValidator\\Exception\\ExpectingAT' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/ExpectingAT.php',
|
'Egulias\\EmailValidator\\Exception\\ExpectingAT' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/ExpectingAT.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\ExpectingATEXT' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/ExpectingATEXT.php',
|
'Egulias\\EmailValidator\\Exception\\ExpectingATEXT' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/ExpectingATEXT.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\ExpectingCTEXT' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/ExpectingCTEXT.php',
|
'Egulias\\EmailValidator\\Exception\\ExpectingCTEXT' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/ExpectingCTEXT.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\ExpectingDTEXT' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/ExpectingDTEXT.php',
|
'Egulias\\EmailValidator\\Exception\\ExpectingDTEXT' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/ExpectingDTEXT.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\ExpectingDomainLiteralClose' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/ExpectingDomainLiteralClose.php',
|
'Egulias\\EmailValidator\\Exception\\ExpectingDomainLiteralClose' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/ExpectingDomainLiteralClose.php',
|
||||||
|
'Egulias\\EmailValidator\\Exception\\ExpectingQPair' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/ExpectingQPair.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\InvalidEmail' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/InvalidEmail.php',
|
'Egulias\\EmailValidator\\Exception\\InvalidEmail' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/InvalidEmail.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\NoDNSRecord' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/NoDNSRecord.php',
|
'Egulias\\EmailValidator\\Exception\\NoDNSRecord' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/NoDNSRecord.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\NoDomainPart' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/NoDomainPart.php',
|
'Egulias\\EmailValidator\\Exception\\NoDomainPart' => $vendorDir . '/egulias/email-validator/EmailValidator/Exception/NoDomainPart.php',
|
||||||
@@ -1567,6 +1595,7 @@ return array(
|
|||||||
'Illuminate\\Support\\Carbon' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Carbon.php',
|
'Illuminate\\Support\\Carbon' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Carbon.php',
|
||||||
'Illuminate\\Support\\Collection' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Collection.php',
|
'Illuminate\\Support\\Collection' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Collection.php',
|
||||||
'Illuminate\\Support\\Composer' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Composer.php',
|
'Illuminate\\Support\\Composer' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Composer.php',
|
||||||
|
'Illuminate\\Support\\ConfigurationUrlParser' => $vendorDir . '/laravel/framework/src/Illuminate/Support/ConfigurationUrlParser.php',
|
||||||
'Illuminate\\Support\\DateFactory' => $vendorDir . '/laravel/framework/src/Illuminate/Support/DateFactory.php',
|
'Illuminate\\Support\\DateFactory' => $vendorDir . '/laravel/framework/src/Illuminate/Support/DateFactory.php',
|
||||||
'Illuminate\\Support\\Facades\\App' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/App.php',
|
'Illuminate\\Support\\Facades\\App' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/App.php',
|
||||||
'Illuminate\\Support\\Facades\\Artisan' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Artisan.php',
|
'Illuminate\\Support\\Facades\\Artisan' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Artisan.php',
|
||||||
@@ -1694,6 +1723,7 @@ return array(
|
|||||||
'JakubOnderka\\PhpConsoleColor\\ConsoleColor' => $vendorDir . '/jakub-onderka/php-console-color/src/ConsoleColor.php',
|
'JakubOnderka\\PhpConsoleColor\\ConsoleColor' => $vendorDir . '/jakub-onderka/php-console-color/src/ConsoleColor.php',
|
||||||
'JakubOnderka\\PhpConsoleColor\\InvalidStyleException' => $vendorDir . '/jakub-onderka/php-console-color/src/InvalidStyleException.php',
|
'JakubOnderka\\PhpConsoleColor\\InvalidStyleException' => $vendorDir . '/jakub-onderka/php-console-color/src/InvalidStyleException.php',
|
||||||
'JakubOnderka\\PhpConsoleHighlighter\\Highlighter' => $vendorDir . '/jakub-onderka/php-console-highlighter/src/Highlighter.php',
|
'JakubOnderka\\PhpConsoleHighlighter\\Highlighter' => $vendorDir . '/jakub-onderka/php-console-highlighter/src/Highlighter.php',
|
||||||
|
'JsonException' => $vendorDir . '/symfony/polyfill-php73/Resources/stubs/JsonException.php',
|
||||||
'JsonSerializable' => $vendorDir . '/nesbot/carbon/src/JsonSerializable.php',
|
'JsonSerializable' => $vendorDir . '/nesbot/carbon/src/JsonSerializable.php',
|
||||||
'Laravel\\Horizon\\AutoScaler' => $vendorDir . '/laravel/horizon/src/AutoScaler.php',
|
'Laravel\\Horizon\\AutoScaler' => $vendorDir . '/laravel/horizon/src/AutoScaler.php',
|
||||||
'Laravel\\Horizon\\BackgroundProcess' => $vendorDir . '/laravel/horizon/src/BackgroundProcess.php',
|
'Laravel\\Horizon\\BackgroundProcess' => $vendorDir . '/laravel/horizon/src/BackgroundProcess.php',
|
||||||
@@ -2586,6 +2616,9 @@ return array(
|
|||||||
'PhpParser\\JsonDecoder' => $vendorDir . '/nikic/php-parser/lib/PhpParser/JsonDecoder.php',
|
'PhpParser\\JsonDecoder' => $vendorDir . '/nikic/php-parser/lib/PhpParser/JsonDecoder.php',
|
||||||
'PhpParser\\Lexer' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer.php',
|
'PhpParser\\Lexer' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer.php',
|
||||||
'PhpParser\\Lexer\\Emulative' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php',
|
'PhpParser\\Lexer\\Emulative' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php',
|
||||||
|
'PhpParser\\Lexer\\TokenEmulator\\CoaleseEqualTokenEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/CoaleseEqualTokenEmulator.php',
|
||||||
|
'PhpParser\\Lexer\\TokenEmulator\\FnTokenEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FnTokenEmulator.php',
|
||||||
|
'PhpParser\\Lexer\\TokenEmulator\\TokenEmulatorInterface' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/TokenEmulatorInterface.php',
|
||||||
'PhpParser\\NameContext' => $vendorDir . '/nikic/php-parser/lib/PhpParser/NameContext.php',
|
'PhpParser\\NameContext' => $vendorDir . '/nikic/php-parser/lib/PhpParser/NameContext.php',
|
||||||
'PhpParser\\Node' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node.php',
|
'PhpParser\\Node' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node.php',
|
||||||
'PhpParser\\NodeAbstract' => $vendorDir . '/nikic/php-parser/lib/PhpParser/NodeAbstract.php',
|
'PhpParser\\NodeAbstract' => $vendorDir . '/nikic/php-parser/lib/PhpParser/NodeAbstract.php',
|
||||||
@@ -2605,6 +2638,7 @@ return array(
|
|||||||
'PhpParser\\Node\\Expr\\ArrayDimFetch' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php',
|
'PhpParser\\Node\\Expr\\ArrayDimFetch' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php',
|
||||||
'PhpParser\\Node\\Expr\\ArrayItem' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php',
|
'PhpParser\\Node\\Expr\\ArrayItem' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php',
|
||||||
'PhpParser\\Node\\Expr\\Array_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php',
|
'PhpParser\\Node\\Expr\\Array_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php',
|
||||||
|
'PhpParser\\Node\\Expr\\ArrowFunction' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/ArrowFunction.php',
|
||||||
'PhpParser\\Node\\Expr\\Assign' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php',
|
'PhpParser\\Node\\Expr\\Assign' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php',
|
||||||
'PhpParser\\Node\\Expr\\AssignOp' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php',
|
'PhpParser\\Node\\Expr\\AssignOp' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php',
|
||||||
'PhpParser\\Node\\Expr\\AssignOp\\BitwiseAnd' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php',
|
'PhpParser\\Node\\Expr\\AssignOp\\BitwiseAnd' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php',
|
||||||
@@ -3505,6 +3539,7 @@ return array(
|
|||||||
'Symfony\\Component\\Console\\Formatter\\WrappableOutputFormatterInterface' => $vendorDir . '/symfony/console/Formatter/WrappableOutputFormatterInterface.php',
|
'Symfony\\Component\\Console\\Formatter\\WrappableOutputFormatterInterface' => $vendorDir . '/symfony/console/Formatter/WrappableOutputFormatterInterface.php',
|
||||||
'Symfony\\Component\\Console\\Helper\\DebugFormatterHelper' => $vendorDir . '/symfony/console/Helper/DebugFormatterHelper.php',
|
'Symfony\\Component\\Console\\Helper\\DebugFormatterHelper' => $vendorDir . '/symfony/console/Helper/DebugFormatterHelper.php',
|
||||||
'Symfony\\Component\\Console\\Helper\\DescriptorHelper' => $vendorDir . '/symfony/console/Helper/DescriptorHelper.php',
|
'Symfony\\Component\\Console\\Helper\\DescriptorHelper' => $vendorDir . '/symfony/console/Helper/DescriptorHelper.php',
|
||||||
|
'Symfony\\Component\\Console\\Helper\\Dumper' => $vendorDir . '/symfony/console/Helper/Dumper.php',
|
||||||
'Symfony\\Component\\Console\\Helper\\FormatterHelper' => $vendorDir . '/symfony/console/Helper/FormatterHelper.php',
|
'Symfony\\Component\\Console\\Helper\\FormatterHelper' => $vendorDir . '/symfony/console/Helper/FormatterHelper.php',
|
||||||
'Symfony\\Component\\Console\\Helper\\Helper' => $vendorDir . '/symfony/console/Helper/Helper.php',
|
'Symfony\\Component\\Console\\Helper\\Helper' => $vendorDir . '/symfony/console/Helper/Helper.php',
|
||||||
'Symfony\\Component\\Console\\Helper\\HelperInterface' => $vendorDir . '/symfony/console/Helper/HelperInterface.php',
|
'Symfony\\Component\\Console\\Helper\\HelperInterface' => $vendorDir . '/symfony/console/Helper/HelperInterface.php',
|
||||||
@@ -3625,11 +3660,15 @@ return array(
|
|||||||
'Symfony\\Component\\EventDispatcher\\EventSubscriberInterface' => $vendorDir . '/symfony/event-dispatcher/EventSubscriberInterface.php',
|
'Symfony\\Component\\EventDispatcher\\EventSubscriberInterface' => $vendorDir . '/symfony/event-dispatcher/EventSubscriberInterface.php',
|
||||||
'Symfony\\Component\\EventDispatcher\\GenericEvent' => $vendorDir . '/symfony/event-dispatcher/GenericEvent.php',
|
'Symfony\\Component\\EventDispatcher\\GenericEvent' => $vendorDir . '/symfony/event-dispatcher/GenericEvent.php',
|
||||||
'Symfony\\Component\\EventDispatcher\\ImmutableEventDispatcher' => $vendorDir . '/symfony/event-dispatcher/ImmutableEventDispatcher.php',
|
'Symfony\\Component\\EventDispatcher\\ImmutableEventDispatcher' => $vendorDir . '/symfony/event-dispatcher/ImmutableEventDispatcher.php',
|
||||||
|
'Symfony\\Component\\EventDispatcher\\LegacyEventDispatcherProxy' => $vendorDir . '/symfony/event-dispatcher/LegacyEventDispatcherProxy.php',
|
||||||
|
'Symfony\\Component\\EventDispatcher\\LegacyEventProxy' => $vendorDir . '/symfony/event-dispatcher/LegacyEventProxy.php',
|
||||||
'Symfony\\Component\\Finder\\Comparator\\Comparator' => $vendorDir . '/symfony/finder/Comparator/Comparator.php',
|
'Symfony\\Component\\Finder\\Comparator\\Comparator' => $vendorDir . '/symfony/finder/Comparator/Comparator.php',
|
||||||
'Symfony\\Component\\Finder\\Comparator\\DateComparator' => $vendorDir . '/symfony/finder/Comparator/DateComparator.php',
|
'Symfony\\Component\\Finder\\Comparator\\DateComparator' => $vendorDir . '/symfony/finder/Comparator/DateComparator.php',
|
||||||
'Symfony\\Component\\Finder\\Comparator\\NumberComparator' => $vendorDir . '/symfony/finder/Comparator/NumberComparator.php',
|
'Symfony\\Component\\Finder\\Comparator\\NumberComparator' => $vendorDir . '/symfony/finder/Comparator/NumberComparator.php',
|
||||||
'Symfony\\Component\\Finder\\Exception\\AccessDeniedException' => $vendorDir . '/symfony/finder/Exception/AccessDeniedException.php',
|
'Symfony\\Component\\Finder\\Exception\\AccessDeniedException' => $vendorDir . '/symfony/finder/Exception/AccessDeniedException.php',
|
||||||
|
'Symfony\\Component\\Finder\\Exception\\DirectoryNotFoundException' => $vendorDir . '/symfony/finder/Exception/DirectoryNotFoundException.php',
|
||||||
'Symfony\\Component\\Finder\\Finder' => $vendorDir . '/symfony/finder/Finder.php',
|
'Symfony\\Component\\Finder\\Finder' => $vendorDir . '/symfony/finder/Finder.php',
|
||||||
|
'Symfony\\Component\\Finder\\Gitignore' => $vendorDir . '/symfony/finder/Gitignore.php',
|
||||||
'Symfony\\Component\\Finder\\Glob' => $vendorDir . '/symfony/finder/Glob.php',
|
'Symfony\\Component\\Finder\\Glob' => $vendorDir . '/symfony/finder/Glob.php',
|
||||||
'Symfony\\Component\\Finder\\Iterator\\CustomFilterIterator' => $vendorDir . '/symfony/finder/Iterator/CustomFilterIterator.php',
|
'Symfony\\Component\\Finder\\Iterator\\CustomFilterIterator' => $vendorDir . '/symfony/finder/Iterator/CustomFilterIterator.php',
|
||||||
'Symfony\\Component\\Finder\\Iterator\\DateRangeFilterIterator' => $vendorDir . '/symfony/finder/Iterator/DateRangeFilterIterator.php',
|
'Symfony\\Component\\Finder\\Iterator\\DateRangeFilterIterator' => $vendorDir . '/symfony/finder/Iterator/DateRangeFilterIterator.php',
|
||||||
@@ -3718,6 +3757,15 @@ return array(
|
|||||||
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy' => $vendorDir . '/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php',
|
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy' => $vendorDir . '/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php',
|
||||||
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface' => $vendorDir . '/symfony/http-foundation/Session/Storage/SessionStorageInterface.php',
|
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface' => $vendorDir . '/symfony/http-foundation/Session/Storage/SessionStorageInterface.php',
|
||||||
'Symfony\\Component\\HttpFoundation\\StreamedResponse' => $vendorDir . '/symfony/http-foundation/StreamedResponse.php',
|
'Symfony\\Component\\HttpFoundation\\StreamedResponse' => $vendorDir . '/symfony/http-foundation/StreamedResponse.php',
|
||||||
|
'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\RequestAttributeValueSame' => $vendorDir . '/symfony/http-foundation/Test/Constraint/RequestAttributeValueSame.php',
|
||||||
|
'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseCookieValueSame' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseCookieValueSame.php',
|
||||||
|
'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHasCookie' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseHasCookie.php',
|
||||||
|
'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHasHeader' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseHasHeader.php',
|
||||||
|
'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHeaderSame' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseHeaderSame.php',
|
||||||
|
'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsRedirected' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseIsRedirected.php',
|
||||||
|
'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsSuccessful' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseIsSuccessful.php',
|
||||||
|
'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseStatusCodeSame' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseStatusCodeSame.php',
|
||||||
|
'Symfony\\Component\\HttpFoundation\\UrlHelper' => $vendorDir . '/symfony/http-foundation/UrlHelper.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Bundle\\Bundle' => $vendorDir . '/symfony/http-kernel/Bundle/Bundle.php',
|
'Symfony\\Component\\HttpKernel\\Bundle\\Bundle' => $vendorDir . '/symfony/http-kernel/Bundle/Bundle.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Bundle\\BundleInterface' => $vendorDir . '/symfony/http-kernel/Bundle/BundleInterface.php',
|
'Symfony\\Component\\HttpKernel\\Bundle\\BundleInterface' => $vendorDir . '/symfony/http-kernel/Bundle/BundleInterface.php',
|
||||||
'Symfony\\Component\\HttpKernel\\CacheClearer\\CacheClearerInterface' => $vendorDir . '/symfony/http-kernel/CacheClearer/CacheClearerInterface.php',
|
'Symfony\\Component\\HttpKernel\\CacheClearer\\CacheClearerInterface' => $vendorDir . '/symfony/http-kernel/CacheClearer/CacheClearerInterface.php',
|
||||||
@@ -3735,6 +3783,7 @@ return array(
|
|||||||
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver.php',
|
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolverInterface' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolverInterface.php',
|
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolverInterface' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolverInterface.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\DefaultValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php',
|
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\DefaultValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\NotTaggedControllerValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestAttributeValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php',
|
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestAttributeValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php',
|
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\ServiceValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php',
|
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\ServiceValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php',
|
||||||
@@ -3772,6 +3821,7 @@ return array(
|
|||||||
'Symfony\\Component\\HttpKernel\\DependencyInjection\\LoggerPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/LoggerPass.php',
|
'Symfony\\Component\\HttpKernel\\DependencyInjection\\LoggerPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/LoggerPass.php',
|
||||||
'Symfony\\Component\\HttpKernel\\DependencyInjection\\MergeExtensionConfigurationPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php',
|
'Symfony\\Component\\HttpKernel\\DependencyInjection\\MergeExtensionConfigurationPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php',
|
||||||
'Symfony\\Component\\HttpKernel\\DependencyInjection\\RegisterControllerArgumentLocatorsPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php',
|
'Symfony\\Component\\HttpKernel\\DependencyInjection\\RegisterControllerArgumentLocatorsPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\DependencyInjection\\RegisterLocaleAwareServicesPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/RegisterLocaleAwareServicesPass.php',
|
||||||
'Symfony\\Component\\HttpKernel\\DependencyInjection\\RemoveEmptyControllerArgumentLocatorsPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.php',
|
'Symfony\\Component\\HttpKernel\\DependencyInjection\\RemoveEmptyControllerArgumentLocatorsPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.php',
|
||||||
'Symfony\\Component\\HttpKernel\\DependencyInjection\\ResettableServicePass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/ResettableServicePass.php',
|
'Symfony\\Component\\HttpKernel\\DependencyInjection\\ResettableServicePass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/ResettableServicePass.php',
|
||||||
'Symfony\\Component\\HttpKernel\\DependencyInjection\\ServicesResetter' => $vendorDir . '/symfony/http-kernel/DependencyInjection/ServicesResetter.php',
|
'Symfony\\Component\\HttpKernel\\DependencyInjection\\ServicesResetter' => $vendorDir . '/symfony/http-kernel/DependencyInjection/ServicesResetter.php',
|
||||||
@@ -3779,9 +3829,11 @@ return array(
|
|||||||
'Symfony\\Component\\HttpKernel\\EventListener\\AbstractTestSessionListener' => $vendorDir . '/symfony/http-kernel/EventListener/AbstractTestSessionListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\AbstractTestSessionListener' => $vendorDir . '/symfony/http-kernel/EventListener/AbstractTestSessionListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\AddRequestFormatsListener' => $vendorDir . '/symfony/http-kernel/EventListener/AddRequestFormatsListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\AddRequestFormatsListener' => $vendorDir . '/symfony/http-kernel/EventListener/AddRequestFormatsListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener' => $vendorDir . '/symfony/http-kernel/EventListener/DebugHandlersListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener' => $vendorDir . '/symfony/http-kernel/EventListener/DebugHandlersListener.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener' => $vendorDir . '/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\DumpListener' => $vendorDir . '/symfony/http-kernel/EventListener/DumpListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\DumpListener' => $vendorDir . '/symfony/http-kernel/EventListener/DumpListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener' => $vendorDir . '/symfony/http-kernel/EventListener/ExceptionListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener' => $vendorDir . '/symfony/http-kernel/EventListener/ExceptionListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener' => $vendorDir . '/symfony/http-kernel/EventListener/FragmentListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener' => $vendorDir . '/symfony/http-kernel/EventListener/FragmentListener.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener' => $vendorDir . '/symfony/http-kernel/EventListener/LocaleAwareListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener' => $vendorDir . '/symfony/http-kernel/EventListener/LocaleListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener' => $vendorDir . '/symfony/http-kernel/EventListener/LocaleListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener' => $vendorDir . '/symfony/http-kernel/EventListener/ProfilerListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener' => $vendorDir . '/symfony/http-kernel/EventListener/ProfilerListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener' => $vendorDir . '/symfony/http-kernel/EventListener/ResponseListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener' => $vendorDir . '/symfony/http-kernel/EventListener/ResponseListener.php',
|
||||||
@@ -3793,6 +3845,9 @@ return array(
|
|||||||
'Symfony\\Component\\HttpKernel\\EventListener\\TestSessionListener' => $vendorDir . '/symfony/http-kernel/EventListener/TestSessionListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\TestSessionListener' => $vendorDir . '/symfony/http-kernel/EventListener/TestSessionListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\TranslatorListener' => $vendorDir . '/symfony/http-kernel/EventListener/TranslatorListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\TranslatorListener' => $vendorDir . '/symfony/http-kernel/EventListener/TranslatorListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener' => $vendorDir . '/symfony/http-kernel/EventListener/ValidateRequestListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener' => $vendorDir . '/symfony/http-kernel/EventListener/ValidateRequestListener.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => $vendorDir . '/symfony/http-kernel/Event/ControllerArgumentsEvent.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => $vendorDir . '/symfony/http-kernel/Event/ControllerEvent.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => $vendorDir . '/symfony/http-kernel/Event/ExceptionEvent.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Event\\FilterControllerArgumentsEvent' => $vendorDir . '/symfony/http-kernel/Event/FilterControllerArgumentsEvent.php',
|
'Symfony\\Component\\HttpKernel\\Event\\FilterControllerArgumentsEvent' => $vendorDir . '/symfony/http-kernel/Event/FilterControllerArgumentsEvent.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Event\\FilterControllerEvent' => $vendorDir . '/symfony/http-kernel/Event/FilterControllerEvent.php',
|
'Symfony\\Component\\HttpKernel\\Event\\FilterControllerEvent' => $vendorDir . '/symfony/http-kernel/Event/FilterControllerEvent.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Event\\FilterResponseEvent' => $vendorDir . '/symfony/http-kernel/Event/FilterResponseEvent.php',
|
'Symfony\\Component\\HttpKernel\\Event\\FilterResponseEvent' => $vendorDir . '/symfony/http-kernel/Event/FilterResponseEvent.php',
|
||||||
@@ -3802,6 +3857,10 @@ return array(
|
|||||||
'Symfony\\Component\\HttpKernel\\Event\\GetResponseForExceptionEvent' => $vendorDir . '/symfony/http-kernel/Event/GetResponseForExceptionEvent.php',
|
'Symfony\\Component\\HttpKernel\\Event\\GetResponseForExceptionEvent' => $vendorDir . '/symfony/http-kernel/Event/GetResponseForExceptionEvent.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Event\\KernelEvent' => $vendorDir . '/symfony/http-kernel/Event/KernelEvent.php',
|
'Symfony\\Component\\HttpKernel\\Event\\KernelEvent' => $vendorDir . '/symfony/http-kernel/Event/KernelEvent.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Event\\PostResponseEvent' => $vendorDir . '/symfony/http-kernel/Event/PostResponseEvent.php',
|
'Symfony\\Component\\HttpKernel\\Event\\PostResponseEvent' => $vendorDir . '/symfony/http-kernel/Event/PostResponseEvent.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => $vendorDir . '/symfony/http-kernel/Event/RequestEvent.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => $vendorDir . '/symfony/http-kernel/Event/ResponseEvent.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => $vendorDir . '/symfony/http-kernel/Event/TerminateEvent.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => $vendorDir . '/symfony/http-kernel/Event/ViewEvent.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException' => $vendorDir . '/symfony/http-kernel/Exception/AccessDeniedHttpException.php',
|
'Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException' => $vendorDir . '/symfony/http-kernel/Exception/AccessDeniedHttpException.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Exception\\BadRequestHttpException' => $vendorDir . '/symfony/http-kernel/Exception/BadRequestHttpException.php',
|
'Symfony\\Component\\HttpKernel\\Exception\\BadRequestHttpException' => $vendorDir . '/symfony/http-kernel/Exception/BadRequestHttpException.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Exception\\ConflictHttpException' => $vendorDir . '/symfony/http-kernel/Exception/ConflictHttpException.php',
|
'Symfony\\Component\\HttpKernel\\Exception\\ConflictHttpException' => $vendorDir . '/symfony/http-kernel/Exception/ConflictHttpException.php',
|
||||||
@@ -3838,7 +3897,9 @@ return array(
|
|||||||
'Symfony\\Component\\HttpKernel\\HttpCache\\StoreInterface' => $vendorDir . '/symfony/http-kernel/HttpCache/StoreInterface.php',
|
'Symfony\\Component\\HttpKernel\\HttpCache\\StoreInterface' => $vendorDir . '/symfony/http-kernel/HttpCache/StoreInterface.php',
|
||||||
'Symfony\\Component\\HttpKernel\\HttpCache\\SubRequestHandler' => $vendorDir . '/symfony/http-kernel/HttpCache/SubRequestHandler.php',
|
'Symfony\\Component\\HttpKernel\\HttpCache\\SubRequestHandler' => $vendorDir . '/symfony/http-kernel/HttpCache/SubRequestHandler.php',
|
||||||
'Symfony\\Component\\HttpKernel\\HttpCache\\SurrogateInterface' => $vendorDir . '/symfony/http-kernel/HttpCache/SurrogateInterface.php',
|
'Symfony\\Component\\HttpKernel\\HttpCache\\SurrogateInterface' => $vendorDir . '/symfony/http-kernel/HttpCache/SurrogateInterface.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\HttpClientKernel' => $vendorDir . '/symfony/http-kernel/HttpClientKernel.php',
|
||||||
'Symfony\\Component\\HttpKernel\\HttpKernel' => $vendorDir . '/symfony/http-kernel/HttpKernel.php',
|
'Symfony\\Component\\HttpKernel\\HttpKernel' => $vendorDir . '/symfony/http-kernel/HttpKernel.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\HttpKernelBrowser' => $vendorDir . '/symfony/http-kernel/HttpKernelBrowser.php',
|
||||||
'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => $vendorDir . '/symfony/http-kernel/HttpKernelInterface.php',
|
'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => $vendorDir . '/symfony/http-kernel/HttpKernelInterface.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Kernel' => $vendorDir . '/symfony/http-kernel/Kernel.php',
|
'Symfony\\Component\\HttpKernel\\Kernel' => $vendorDir . '/symfony/http-kernel/Kernel.php',
|
||||||
'Symfony\\Component\\HttpKernel\\KernelEvents' => $vendorDir . '/symfony/http-kernel/KernelEvents.php',
|
'Symfony\\Component\\HttpKernel\\KernelEvents' => $vendorDir . '/symfony/http-kernel/KernelEvents.php',
|
||||||
@@ -3852,6 +3913,59 @@ return array(
|
|||||||
'Symfony\\Component\\HttpKernel\\RebootableInterface' => $vendorDir . '/symfony/http-kernel/RebootableInterface.php',
|
'Symfony\\Component\\HttpKernel\\RebootableInterface' => $vendorDir . '/symfony/http-kernel/RebootableInterface.php',
|
||||||
'Symfony\\Component\\HttpKernel\\TerminableInterface' => $vendorDir . '/symfony/http-kernel/TerminableInterface.php',
|
'Symfony\\Component\\HttpKernel\\TerminableInterface' => $vendorDir . '/symfony/http-kernel/TerminableInterface.php',
|
||||||
'Symfony\\Component\\HttpKernel\\UriSigner' => $vendorDir . '/symfony/http-kernel/UriSigner.php',
|
'Symfony\\Component\\HttpKernel\\UriSigner' => $vendorDir . '/symfony/http-kernel/UriSigner.php',
|
||||||
|
'Symfony\\Component\\Mime\\Address' => $vendorDir . '/symfony/mime/Address.php',
|
||||||
|
'Symfony\\Component\\Mime\\BodyRendererInterface' => $vendorDir . '/symfony/mime/BodyRendererInterface.php',
|
||||||
|
'Symfony\\Component\\Mime\\CharacterStream' => $vendorDir . '/symfony/mime/CharacterStream.php',
|
||||||
|
'Symfony\\Component\\Mime\\DependencyInjection\\AddMimeTypeGuesserPass' => $vendorDir . '/symfony/mime/DependencyInjection/AddMimeTypeGuesserPass.php',
|
||||||
|
'Symfony\\Component\\Mime\\Email' => $vendorDir . '/symfony/mime/Email.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\AddressEncoderInterface' => $vendorDir . '/symfony/mime/Encoder/AddressEncoderInterface.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\Base64ContentEncoder' => $vendorDir . '/symfony/mime/Encoder/Base64ContentEncoder.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\Base64Encoder' => $vendorDir . '/symfony/mime/Encoder/Base64Encoder.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\Base64MimeHeaderEncoder' => $vendorDir . '/symfony/mime/Encoder/Base64MimeHeaderEncoder.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\ContentEncoderInterface' => $vendorDir . '/symfony/mime/Encoder/ContentEncoderInterface.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\EightBitContentEncoder' => $vendorDir . '/symfony/mime/Encoder/EightBitContentEncoder.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\EncoderInterface' => $vendorDir . '/symfony/mime/Encoder/EncoderInterface.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\IdnAddressEncoder' => $vendorDir . '/symfony/mime/Encoder/IdnAddressEncoder.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\MimeHeaderEncoderInterface' => $vendorDir . '/symfony/mime/Encoder/MimeHeaderEncoderInterface.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\QpContentEncoder' => $vendorDir . '/symfony/mime/Encoder/QpContentEncoder.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\QpEncoder' => $vendorDir . '/symfony/mime/Encoder/QpEncoder.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\QpMimeHeaderEncoder' => $vendorDir . '/symfony/mime/Encoder/QpMimeHeaderEncoder.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\Rfc2231Encoder' => $vendorDir . '/symfony/mime/Encoder/Rfc2231Encoder.php',
|
||||||
|
'Symfony\\Component\\Mime\\Exception\\AddressEncoderException' => $vendorDir . '/symfony/mime/Exception/AddressEncoderException.php',
|
||||||
|
'Symfony\\Component\\Mime\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/mime/Exception/ExceptionInterface.php',
|
||||||
|
'Symfony\\Component\\Mime\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/mime/Exception/InvalidArgumentException.php',
|
||||||
|
'Symfony\\Component\\Mime\\Exception\\LogicException' => $vendorDir . '/symfony/mime/Exception/LogicException.php',
|
||||||
|
'Symfony\\Component\\Mime\\Exception\\RfcComplianceException' => $vendorDir . '/symfony/mime/Exception/RfcComplianceException.php',
|
||||||
|
'Symfony\\Component\\Mime\\Exception\\RuntimeException' => $vendorDir . '/symfony/mime/Exception/RuntimeException.php',
|
||||||
|
'Symfony\\Component\\Mime\\FileBinaryMimeTypeGuesser' => $vendorDir . '/symfony/mime/FileBinaryMimeTypeGuesser.php',
|
||||||
|
'Symfony\\Component\\Mime\\FileinfoMimeTypeGuesser' => $vendorDir . '/symfony/mime/FileinfoMimeTypeGuesser.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\AbstractHeader' => $vendorDir . '/symfony/mime/Header/AbstractHeader.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\DateHeader' => $vendorDir . '/symfony/mime/Header/DateHeader.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\HeaderInterface' => $vendorDir . '/symfony/mime/Header/HeaderInterface.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\Headers' => $vendorDir . '/symfony/mime/Header/Headers.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\IdentificationHeader' => $vendorDir . '/symfony/mime/Header/IdentificationHeader.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\MailboxHeader' => $vendorDir . '/symfony/mime/Header/MailboxHeader.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\MailboxListHeader' => $vendorDir . '/symfony/mime/Header/MailboxListHeader.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\ParameterizedHeader' => $vendorDir . '/symfony/mime/Header/ParameterizedHeader.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\PathHeader' => $vendorDir . '/symfony/mime/Header/PathHeader.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\UnstructuredHeader' => $vendorDir . '/symfony/mime/Header/UnstructuredHeader.php',
|
||||||
|
'Symfony\\Component\\Mime\\Message' => $vendorDir . '/symfony/mime/Message.php',
|
||||||
|
'Symfony\\Component\\Mime\\MessageConverter' => $vendorDir . '/symfony/mime/MessageConverter.php',
|
||||||
|
'Symfony\\Component\\Mime\\MimeTypeGuesserInterface' => $vendorDir . '/symfony/mime/MimeTypeGuesserInterface.php',
|
||||||
|
'Symfony\\Component\\Mime\\MimeTypes' => $vendorDir . '/symfony/mime/MimeTypes.php',
|
||||||
|
'Symfony\\Component\\Mime\\MimeTypesInterface' => $vendorDir . '/symfony/mime/MimeTypesInterface.php',
|
||||||
|
'Symfony\\Component\\Mime\\NamedAddress' => $vendorDir . '/symfony/mime/NamedAddress.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\AbstractMultipartPart' => $vendorDir . '/symfony/mime/Part/AbstractMultipartPart.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\AbstractPart' => $vendorDir . '/symfony/mime/Part/AbstractPart.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\DataPart' => $vendorDir . '/symfony/mime/Part/DataPart.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\MessagePart' => $vendorDir . '/symfony/mime/Part/MessagePart.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\Multipart\\AlternativePart' => $vendorDir . '/symfony/mime/Part/Multipart/AlternativePart.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\Multipart\\DigestPart' => $vendorDir . '/symfony/mime/Part/Multipart/DigestPart.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\Multipart\\FormDataPart' => $vendorDir . '/symfony/mime/Part/Multipart/FormDataPart.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\Multipart\\MixedPart' => $vendorDir . '/symfony/mime/Part/Multipart/MixedPart.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\Multipart\\RelatedPart' => $vendorDir . '/symfony/mime/Part/Multipart/RelatedPart.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\TextPart' => $vendorDir . '/symfony/mime/Part/TextPart.php',
|
||||||
|
'Symfony\\Component\\Mime\\RawMessage' => $vendorDir . '/symfony/mime/RawMessage.php',
|
||||||
'Symfony\\Component\\Process\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/process/Exception/ExceptionInterface.php',
|
'Symfony\\Component\\Process\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/process/Exception/ExceptionInterface.php',
|
||||||
'Symfony\\Component\\Process\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/process/Exception/InvalidArgumentException.php',
|
'Symfony\\Component\\Process\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/process/Exception/InvalidArgumentException.php',
|
||||||
'Symfony\\Component\\Process\\Exception\\LogicException' => $vendorDir . '/symfony/process/Exception/LogicException.php',
|
'Symfony\\Component\\Process\\Exception\\LogicException' => $vendorDir . '/symfony/process/Exception/LogicException.php',
|
||||||
@@ -3879,7 +3993,9 @@ return array(
|
|||||||
'Symfony\\Component\\Routing\\Exception\\NoConfigurationException' => $vendorDir . '/symfony/routing/Exception/NoConfigurationException.php',
|
'Symfony\\Component\\Routing\\Exception\\NoConfigurationException' => $vendorDir . '/symfony/routing/Exception/NoConfigurationException.php',
|
||||||
'Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => $vendorDir . '/symfony/routing/Exception/ResourceNotFoundException.php',
|
'Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => $vendorDir . '/symfony/routing/Exception/ResourceNotFoundException.php',
|
||||||
'Symfony\\Component\\Routing\\Exception\\RouteNotFoundException' => $vendorDir . '/symfony/routing/Exception/RouteNotFoundException.php',
|
'Symfony\\Component\\Routing\\Exception\\RouteNotFoundException' => $vendorDir . '/symfony/routing/Exception/RouteNotFoundException.php',
|
||||||
|
'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator' => $vendorDir . '/symfony/routing/Generator/CompiledUrlGenerator.php',
|
||||||
'Symfony\\Component\\Routing\\Generator\\ConfigurableRequirementsInterface' => $vendorDir . '/symfony/routing/Generator/ConfigurableRequirementsInterface.php',
|
'Symfony\\Component\\Routing\\Generator\\ConfigurableRequirementsInterface' => $vendorDir . '/symfony/routing/Generator/ConfigurableRequirementsInterface.php',
|
||||||
|
'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper' => $vendorDir . '/symfony/routing/Generator/Dumper/CompiledUrlGeneratorDumper.php',
|
||||||
'Symfony\\Component\\Routing\\Generator\\Dumper\\GeneratorDumper' => $vendorDir . '/symfony/routing/Generator/Dumper/GeneratorDumper.php',
|
'Symfony\\Component\\Routing\\Generator\\Dumper\\GeneratorDumper' => $vendorDir . '/symfony/routing/Generator/Dumper/GeneratorDumper.php',
|
||||||
'Symfony\\Component\\Routing\\Generator\\Dumper\\GeneratorDumperInterface' => $vendorDir . '/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php',
|
'Symfony\\Component\\Routing\\Generator\\Dumper\\GeneratorDumperInterface' => $vendorDir . '/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php',
|
||||||
'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper' => $vendorDir . '/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php',
|
'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper' => $vendorDir . '/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php',
|
||||||
@@ -3903,10 +4019,12 @@ return array(
|
|||||||
'Symfony\\Component\\Routing\\Loader\\ProtectedPhpFileLoader' => $vendorDir . '/symfony/routing/Loader/PhpFileLoader.php',
|
'Symfony\\Component\\Routing\\Loader\\ProtectedPhpFileLoader' => $vendorDir . '/symfony/routing/Loader/PhpFileLoader.php',
|
||||||
'Symfony\\Component\\Routing\\Loader\\XmlFileLoader' => $vendorDir . '/symfony/routing/Loader/XmlFileLoader.php',
|
'Symfony\\Component\\Routing\\Loader\\XmlFileLoader' => $vendorDir . '/symfony/routing/Loader/XmlFileLoader.php',
|
||||||
'Symfony\\Component\\Routing\\Loader\\YamlFileLoader' => $vendorDir . '/symfony/routing/Loader/YamlFileLoader.php',
|
'Symfony\\Component\\Routing\\Loader\\YamlFileLoader' => $vendorDir . '/symfony/routing/Loader/YamlFileLoader.php',
|
||||||
|
'Symfony\\Component\\Routing\\Matcher\\CompiledUrlMatcher' => $vendorDir . '/symfony/routing/Matcher/CompiledUrlMatcher.php',
|
||||||
|
'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper' => $vendorDir . '/symfony/routing/Matcher/Dumper/CompiledUrlMatcherDumper.php',
|
||||||
|
'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait' => $vendorDir . '/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php',
|
||||||
'Symfony\\Component\\Routing\\Matcher\\Dumper\\MatcherDumper' => $vendorDir . '/symfony/routing/Matcher/Dumper/MatcherDumper.php',
|
'Symfony\\Component\\Routing\\Matcher\\Dumper\\MatcherDumper' => $vendorDir . '/symfony/routing/Matcher/Dumper/MatcherDumper.php',
|
||||||
'Symfony\\Component\\Routing\\Matcher\\Dumper\\MatcherDumperInterface' => $vendorDir . '/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php',
|
'Symfony\\Component\\Routing\\Matcher\\Dumper\\MatcherDumperInterface' => $vendorDir . '/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php',
|
||||||
'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper' => $vendorDir . '/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php',
|
'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper' => $vendorDir . '/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php',
|
||||||
'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherTrait' => $vendorDir . '/symfony/routing/Matcher/Dumper/PhpMatcherTrait.php',
|
|
||||||
'Symfony\\Component\\Routing\\Matcher\\Dumper\\StaticPrefixCollection' => $vendorDir . '/symfony/routing/Matcher/Dumper/StaticPrefixCollection.php',
|
'Symfony\\Component\\Routing\\Matcher\\Dumper\\StaticPrefixCollection' => $vendorDir . '/symfony/routing/Matcher/Dumper/StaticPrefixCollection.php',
|
||||||
'Symfony\\Component\\Routing\\Matcher\\RedirectableUrlMatcher' => $vendorDir . '/symfony/routing/Matcher/RedirectableUrlMatcher.php',
|
'Symfony\\Component\\Routing\\Matcher\\RedirectableUrlMatcher' => $vendorDir . '/symfony/routing/Matcher/RedirectableUrlMatcher.php',
|
||||||
'Symfony\\Component\\Routing\\Matcher\\RedirectableUrlMatcherInterface' => $vendorDir . '/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php',
|
'Symfony\\Component\\Routing\\Matcher\\RedirectableUrlMatcherInterface' => $vendorDir . '/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php',
|
||||||
@@ -3933,6 +4051,7 @@ return array(
|
|||||||
'Symfony\\Component\\Translation\\DependencyInjection\\TranslationDumperPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslationDumperPass.php',
|
'Symfony\\Component\\Translation\\DependencyInjection\\TranslationDumperPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslationDumperPass.php',
|
||||||
'Symfony\\Component\\Translation\\DependencyInjection\\TranslationExtractorPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslationExtractorPass.php',
|
'Symfony\\Component\\Translation\\DependencyInjection\\TranslationExtractorPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslationExtractorPass.php',
|
||||||
'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslatorPass.php',
|
'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslatorPass.php',
|
||||||
|
'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPathsPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslatorPathsPass.php',
|
||||||
'Symfony\\Component\\Translation\\Dumper\\CsvFileDumper' => $vendorDir . '/symfony/translation/Dumper/CsvFileDumper.php',
|
'Symfony\\Component\\Translation\\Dumper\\CsvFileDumper' => $vendorDir . '/symfony/translation/Dumper/CsvFileDumper.php',
|
||||||
'Symfony\\Component\\Translation\\Dumper\\DumperInterface' => $vendorDir . '/symfony/translation/Dumper/DumperInterface.php',
|
'Symfony\\Component\\Translation\\Dumper\\DumperInterface' => $vendorDir . '/symfony/translation/Dumper/DumperInterface.php',
|
||||||
'Symfony\\Component\\Translation\\Dumper\\FileDumper' => $vendorDir . '/symfony/translation/Dumper/FileDumper.php',
|
'Symfony\\Component\\Translation\\Dumper\\FileDumper' => $vendorDir . '/symfony/translation/Dumper/FileDumper.php',
|
||||||
@@ -4002,6 +4121,8 @@ return array(
|
|||||||
'Symfony\\Component\\VarDumper\\Caster\\DOMCaster' => $vendorDir . '/symfony/var-dumper/Caster/DOMCaster.php',
|
'Symfony\\Component\\VarDumper\\Caster\\DOMCaster' => $vendorDir . '/symfony/var-dumper/Caster/DOMCaster.php',
|
||||||
'Symfony\\Component\\VarDumper\\Caster\\DateCaster' => $vendorDir . '/symfony/var-dumper/Caster/DateCaster.php',
|
'Symfony\\Component\\VarDumper\\Caster\\DateCaster' => $vendorDir . '/symfony/var-dumper/Caster/DateCaster.php',
|
||||||
'Symfony\\Component\\VarDumper\\Caster\\DoctrineCaster' => $vendorDir . '/symfony/var-dumper/Caster/DoctrineCaster.php',
|
'Symfony\\Component\\VarDumper\\Caster\\DoctrineCaster' => $vendorDir . '/symfony/var-dumper/Caster/DoctrineCaster.php',
|
||||||
|
'Symfony\\Component\\VarDumper\\Caster\\DsCaster' => $vendorDir . '/symfony/var-dumper/Caster/DsCaster.php',
|
||||||
|
'Symfony\\Component\\VarDumper\\Caster\\DsPairStub' => $vendorDir . '/symfony/var-dumper/Caster/DsPairStub.php',
|
||||||
'Symfony\\Component\\VarDumper\\Caster\\EnumStub' => $vendorDir . '/symfony/var-dumper/Caster/EnumStub.php',
|
'Symfony\\Component\\VarDumper\\Caster\\EnumStub' => $vendorDir . '/symfony/var-dumper/Caster/EnumStub.php',
|
||||||
'Symfony\\Component\\VarDumper\\Caster\\ExceptionCaster' => $vendorDir . '/symfony/var-dumper/Caster/ExceptionCaster.php',
|
'Symfony\\Component\\VarDumper\\Caster\\ExceptionCaster' => $vendorDir . '/symfony/var-dumper/Caster/ExceptionCaster.php',
|
||||||
'Symfony\\Component\\VarDumper\\Caster\\FrameStub' => $vendorDir . '/symfony/var-dumper/Caster/FrameStub.php',
|
'Symfony\\Component\\VarDumper\\Caster\\FrameStub' => $vendorDir . '/symfony/var-dumper/Caster/FrameStub.php',
|
||||||
@@ -4046,46 +4167,24 @@ return array(
|
|||||||
'Symfony\\Component\\VarDumper\\Server\\DumpServer' => $vendorDir . '/symfony/var-dumper/Server/DumpServer.php',
|
'Symfony\\Component\\VarDumper\\Server\\DumpServer' => $vendorDir . '/symfony/var-dumper/Server/DumpServer.php',
|
||||||
'Symfony\\Component\\VarDumper\\Test\\VarDumperTestTrait' => $vendorDir . '/symfony/var-dumper/Test/VarDumperTestTrait.php',
|
'Symfony\\Component\\VarDumper\\Test\\VarDumperTestTrait' => $vendorDir . '/symfony/var-dumper/Test/VarDumperTestTrait.php',
|
||||||
'Symfony\\Component\\VarDumper\\VarDumper' => $vendorDir . '/symfony/var-dumper/VarDumper.php',
|
'Symfony\\Component\\VarDumper\\VarDumper' => $vendorDir . '/symfony/var-dumper/VarDumper.php',
|
||||||
'Symfony\\Contracts\\Cache\\CacheInterface' => $vendorDir . '/symfony/contracts/Cache/CacheInterface.php',
|
'Symfony\\Contracts\\EventDispatcher\\Event' => $vendorDir . '/symfony/event-dispatcher-contracts/Event.php',
|
||||||
'Symfony\\Contracts\\Cache\\CacheTrait' => $vendorDir . '/symfony/contracts/Cache/CacheTrait.php',
|
'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => $vendorDir . '/symfony/event-dispatcher-contracts/EventDispatcherInterface.php',
|
||||||
'Symfony\\Contracts\\Cache\\CallbackInterface' => $vendorDir . '/symfony/contracts/Cache/CallbackInterface.php',
|
'Symfony\\Contracts\\Service\\ResetInterface' => $vendorDir . '/symfony/service-contracts/ResetInterface.php',
|
||||||
'Symfony\\Contracts\\Cache\\ItemInterface' => $vendorDir . '/symfony/contracts/Cache/ItemInterface.php',
|
'Symfony\\Contracts\\Service\\ServiceLocatorTrait' => $vendorDir . '/symfony/service-contracts/ServiceLocatorTrait.php',
|
||||||
'Symfony\\Contracts\\Cache\\TagAwareCacheInterface' => $vendorDir . '/symfony/contracts/Cache/TagAwareCacheInterface.php',
|
'Symfony\\Contracts\\Service\\ServiceProviderInterface' => $vendorDir . '/symfony/service-contracts/ServiceProviderInterface.php',
|
||||||
'Symfony\\Contracts\\EventDispatcher\\Event' => $vendorDir . '/symfony/contracts/EventDispatcher/Event.php',
|
'Symfony\\Contracts\\Service\\ServiceSubscriberInterface' => $vendorDir . '/symfony/service-contracts/ServiceSubscriberInterface.php',
|
||||||
'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => $vendorDir . '/symfony/contracts/EventDispatcher/EventDispatcherInterface.php',
|
'Symfony\\Contracts\\Service\\ServiceSubscriberTrait' => $vendorDir . '/symfony/service-contracts/ServiceSubscriberTrait.php',
|
||||||
'Symfony\\Contracts\\HttpClient\\ChunkInterface' => $vendorDir . '/symfony/contracts/HttpClient/ChunkInterface.php',
|
'Symfony\\Contracts\\Service\\Test\\ServiceLocatorTest' => $vendorDir . '/symfony/service-contracts/Test/ServiceLocatorTest.php',
|
||||||
'Symfony\\Contracts\\HttpClient\\Exception\\ClientExceptionInterface' => $vendorDir . '/symfony/contracts/HttpClient/Exception/ClientExceptionInterface.php',
|
'Symfony\\Contracts\\Translation\\LocaleAwareInterface' => $vendorDir . '/symfony/translation-contracts/LocaleAwareInterface.php',
|
||||||
'Symfony\\Contracts\\HttpClient\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/contracts/HttpClient/Exception/ExceptionInterface.php',
|
'Symfony\\Contracts\\Translation\\Test\\TranslatorTest' => $vendorDir . '/symfony/translation-contracts/Test/TranslatorTest.php',
|
||||||
'Symfony\\Contracts\\HttpClient\\Exception\\HttpExceptionInterface' => $vendorDir . '/symfony/contracts/HttpClient/Exception/HttpExceptionInterface.php',
|
'Symfony\\Contracts\\Translation\\TranslatorInterface' => $vendorDir . '/symfony/translation-contracts/TranslatorInterface.php',
|
||||||
'Symfony\\Contracts\\HttpClient\\Exception\\RedirectionExceptionInterface' => $vendorDir . '/symfony/contracts/HttpClient/Exception/RedirectionExceptionInterface.php',
|
'Symfony\\Contracts\\Translation\\TranslatorTrait' => $vendorDir . '/symfony/translation-contracts/TranslatorTrait.php',
|
||||||
'Symfony\\Contracts\\HttpClient\\Exception\\ServerExceptionInterface' => $vendorDir . '/symfony/contracts/HttpClient/Exception/ServerExceptionInterface.php',
|
|
||||||
'Symfony\\Contracts\\HttpClient\\Exception\\TransportExceptionInterface' => $vendorDir . '/symfony/contracts/HttpClient/Exception/TransportExceptionInterface.php',
|
|
||||||
'Symfony\\Contracts\\HttpClient\\HttpClientInterface' => $vendorDir . '/symfony/contracts/HttpClient/HttpClientInterface.php',
|
|
||||||
'Symfony\\Contracts\\HttpClient\\ResponseInterface' => $vendorDir . '/symfony/contracts/HttpClient/ResponseInterface.php',
|
|
||||||
'Symfony\\Contracts\\HttpClient\\ResponseStreamInterface' => $vendorDir . '/symfony/contracts/HttpClient/ResponseStreamInterface.php',
|
|
||||||
'Symfony\\Contracts\\HttpClient\\Test\\HttpClientTestCase' => $vendorDir . '/symfony/contracts/HttpClient/Test/HttpClientTestCase.php',
|
|
||||||
'Symfony\\Contracts\\HttpClient\\Test\\TestHttpServer' => $vendorDir . '/symfony/contracts/HttpClient/Test/TestHttpServer.php',
|
|
||||||
'Symfony\\Contracts\\Service\\ResetInterface' => $vendorDir . '/symfony/contracts/Service/ResetInterface.php',
|
|
||||||
'Symfony\\Contracts\\Service\\ServiceLocatorTrait' => $vendorDir . '/symfony/contracts/Service/ServiceLocatorTrait.php',
|
|
||||||
'Symfony\\Contracts\\Service\\ServiceProviderInterface' => $vendorDir . '/symfony/contracts/Service/ServiceProviderInterface.php',
|
|
||||||
'Symfony\\Contracts\\Service\\ServiceSubscriberInterface' => $vendorDir . '/symfony/contracts/Service/ServiceSubscriberInterface.php',
|
|
||||||
'Symfony\\Contracts\\Service\\ServiceSubscriberTrait' => $vendorDir . '/symfony/contracts/Service/ServiceSubscriberTrait.php',
|
|
||||||
'Symfony\\Contracts\\Tests\\Cache\\CacheTraitTest' => $vendorDir . '/symfony/contracts/Tests/Cache/CacheTraitTest.php',
|
|
||||||
'Symfony\\Contracts\\Tests\\Cache\\TestPool' => $vendorDir . '/symfony/contracts/Tests/Cache/CacheTraitTest.php',
|
|
||||||
'Symfony\\Contracts\\Tests\\Service\\ChildTestService' => $vendorDir . '/symfony/contracts/Tests/Service/ServiceSubscriberTraitTest.php',
|
|
||||||
'Symfony\\Contracts\\Tests\\Service\\ParentTestService' => $vendorDir . '/symfony/contracts/Tests/Service/ServiceSubscriberTraitTest.php',
|
|
||||||
'Symfony\\Contracts\\Tests\\Service\\ServiceLocatorTest' => $vendorDir . '/symfony/contracts/Tests/Service/ServiceLocatorTest.php',
|
|
||||||
'Symfony\\Contracts\\Tests\\Service\\ServiceSubscriberTraitTest' => $vendorDir . '/symfony/contracts/Tests/Service/ServiceSubscriberTraitTest.php',
|
|
||||||
'Symfony\\Contracts\\Tests\\Service\\TestService' => $vendorDir . '/symfony/contracts/Tests/Service/ServiceSubscriberTraitTest.php',
|
|
||||||
'Symfony\\Contracts\\Tests\\Translation\\TranslatorTest' => $vendorDir . '/symfony/contracts/Tests/Translation/TranslatorTest.php',
|
|
||||||
'Symfony\\Contracts\\Translation\\LocaleAwareInterface' => $vendorDir . '/symfony/contracts/Translation/LocaleAwareInterface.php',
|
|
||||||
'Symfony\\Contracts\\Translation\\TranslatorInterface' => $vendorDir . '/symfony/contracts/Translation/TranslatorInterface.php',
|
|
||||||
'Symfony\\Contracts\\Translation\\TranslatorTrait' => $vendorDir . '/symfony/contracts/Translation/TranslatorTrait.php',
|
|
||||||
'Symfony\\Polyfill\\Ctype\\Ctype' => $vendorDir . '/symfony/polyfill-ctype/Ctype.php',
|
'Symfony\\Polyfill\\Ctype\\Ctype' => $vendorDir . '/symfony/polyfill-ctype/Ctype.php',
|
||||||
'Symfony\\Polyfill\\Iconv\\Iconv' => $vendorDir . '/symfony/polyfill-iconv/Iconv.php',
|
'Symfony\\Polyfill\\Iconv\\Iconv' => $vendorDir . '/symfony/polyfill-iconv/Iconv.php',
|
||||||
'Symfony\\Polyfill\\Intl\\Idn\\Idn' => $vendorDir . '/symfony/polyfill-intl-idn/Idn.php',
|
'Symfony\\Polyfill\\Intl\\Idn\\Idn' => $vendorDir . '/symfony/polyfill-intl-idn/Idn.php',
|
||||||
'Symfony\\Polyfill\\Mbstring\\Mbstring' => $vendorDir . '/symfony/polyfill-mbstring/Mbstring.php',
|
'Symfony\\Polyfill\\Mbstring\\Mbstring' => $vendorDir . '/symfony/polyfill-mbstring/Mbstring.php',
|
||||||
'Symfony\\Polyfill\\Php72\\Php72' => $vendorDir . '/symfony/polyfill-php72/Php72.php',
|
'Symfony\\Polyfill\\Php72\\Php72' => $vendorDir . '/symfony/polyfill-php72/Php72.php',
|
||||||
|
'Symfony\\Polyfill\\Php73\\Php73' => $vendorDir . '/symfony/polyfill-php73/Php73.php',
|
||||||
'Tests\\CreatesApplication' => $baseDir . '/tests/CreatesApplication.php',
|
'Tests\\CreatesApplication' => $baseDir . '/tests/CreatesApplication.php',
|
||||||
'Tests\\Feature\\ExampleTest' => $baseDir . '/tests/Feature/ExampleTest.php',
|
'Tests\\Feature\\ExampleTest' => $baseDir . '/tests/Feature/ExampleTest.php',
|
||||||
'Tests\\TestCase' => $baseDir . '/tests/TestCase.php',
|
'Tests\\TestCase' => $baseDir . '/tests/TestCase.php',
|
||||||
|
|||||||
1
vendor/composer/autoload_files.php
vendored
1
vendor/composer/autoload_files.php
vendored
@@ -9,6 +9,7 @@ return array(
|
|||||||
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
|
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
|
||||||
'25072dd6e2470089de65ae7bf11d3109' => $vendorDir . '/symfony/polyfill-php72/bootstrap.php',
|
'25072dd6e2470089de65ae7bf11d3109' => $vendorDir . '/symfony/polyfill-php72/bootstrap.php',
|
||||||
'f598d06aa772fa33d905e87be6398fb1' => $vendorDir . '/symfony/polyfill-intl-idn/bootstrap.php',
|
'f598d06aa772fa33d905e87be6398fb1' => $vendorDir . '/symfony/polyfill-intl-idn/bootstrap.php',
|
||||||
|
'0d59ee240a4cd96ddbb4ff164fccea4d' => $vendorDir . '/symfony/polyfill-php73/bootstrap.php',
|
||||||
'667aeda72477189d0494fecd327c3641' => $vendorDir . '/symfony/var-dumper/Resources/functions/dump.php',
|
'667aeda72477189d0494fecd327c3641' => $vendorDir . '/symfony/var-dumper/Resources/functions/dump.php',
|
||||||
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
|
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
|
||||||
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
|
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
|
||||||
|
|||||||
8
vendor/composer/autoload_psr4.php
vendored
8
vendor/composer/autoload_psr4.php
vendored
@@ -13,16 +13,20 @@ return array(
|
|||||||
'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
|
'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
|
||||||
'TijsVerkoyen\\CssToInlineStyles\\' => array($vendorDir . '/tijsverkoyen/css-to-inline-styles/src'),
|
'TijsVerkoyen\\CssToInlineStyles\\' => array($vendorDir . '/tijsverkoyen/css-to-inline-styles/src'),
|
||||||
'Tests\\' => array($baseDir . '/tests'),
|
'Tests\\' => array($baseDir . '/tests'),
|
||||||
|
'Symfony\\Polyfill\\Php73\\' => array($vendorDir . '/symfony/polyfill-php73'),
|
||||||
'Symfony\\Polyfill\\Php72\\' => array($vendorDir . '/symfony/polyfill-php72'),
|
'Symfony\\Polyfill\\Php72\\' => array($vendorDir . '/symfony/polyfill-php72'),
|
||||||
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
|
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
|
||||||
'Symfony\\Polyfill\\Intl\\Idn\\' => array($vendorDir . '/symfony/polyfill-intl-idn'),
|
'Symfony\\Polyfill\\Intl\\Idn\\' => array($vendorDir . '/symfony/polyfill-intl-idn'),
|
||||||
'Symfony\\Polyfill\\Iconv\\' => array($vendorDir . '/symfony/polyfill-iconv'),
|
'Symfony\\Polyfill\\Iconv\\' => array($vendorDir . '/symfony/polyfill-iconv'),
|
||||||
'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
|
'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
|
||||||
'Symfony\\Contracts\\' => array($vendorDir . '/symfony/contracts'),
|
'Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'),
|
||||||
|
'Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'),
|
||||||
|
'Symfony\\Contracts\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher-contracts'),
|
||||||
'Symfony\\Component\\VarDumper\\' => array($vendorDir . '/symfony/var-dumper'),
|
'Symfony\\Component\\VarDumper\\' => array($vendorDir . '/symfony/var-dumper'),
|
||||||
'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
|
'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
|
||||||
'Symfony\\Component\\Routing\\' => array($vendorDir . '/symfony/routing'),
|
'Symfony\\Component\\Routing\\' => array($vendorDir . '/symfony/routing'),
|
||||||
'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'),
|
'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'),
|
||||||
|
'Symfony\\Component\\Mime\\' => array($vendorDir . '/symfony/mime'),
|
||||||
'Symfony\\Component\\HttpKernel\\' => array($vendorDir . '/symfony/http-kernel'),
|
'Symfony\\Component\\HttpKernel\\' => array($vendorDir . '/symfony/http-kernel'),
|
||||||
'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'),
|
'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'),
|
||||||
'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
|
'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
|
||||||
@@ -62,9 +66,11 @@ return array(
|
|||||||
'Doctrine\\Common\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Common/Inflector'),
|
'Doctrine\\Common\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Common/Inflector'),
|
||||||
'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
|
'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
|
||||||
'Cron\\' => array($vendorDir . '/dragonmantank/cron-expression/src/Cron'),
|
'Cron\\' => array($vendorDir . '/dragonmantank/cron-expression/src/Cron'),
|
||||||
|
'ConsoleTVs\\Charts\\' => array($vendorDir . '/consoletvs/charts/src'),
|
||||||
'Collective\\Html\\' => array($vendorDir . '/laravelcollective/html/src'),
|
'Collective\\Html\\' => array($vendorDir . '/laravelcollective/html/src'),
|
||||||
'Cake\\Chronos\\' => array($vendorDir . '/cakephp/chronos/src'),
|
'Cake\\Chronos\\' => array($vendorDir . '/cakephp/chronos/src'),
|
||||||
'BeyondCode\\DumpServer\\' => array($vendorDir . '/beyondcode/laravel-dump-server/src'),
|
'BeyondCode\\DumpServer\\' => array($vendorDir . '/beyondcode/laravel-dump-server/src'),
|
||||||
|
'Balping\\JsonRaw\\' => array($vendorDir . '/balping/json-raw-encoder/src'),
|
||||||
'App\\' => array($baseDir . '/app'),
|
'App\\' => array($baseDir . '/app'),
|
||||||
'' => array($vendorDir . '/nesbot/carbon/src'),
|
'' => array($vendorDir . '/nesbot/carbon/src'),
|
||||||
);
|
);
|
||||||
|
|||||||
244
vendor/composer/autoload_static.php
vendored
244
vendor/composer/autoload_static.php
vendored
@@ -10,6 +10,7 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
||||||
'25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
|
'25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
|
||||||
'f598d06aa772fa33d905e87be6398fb1' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/bootstrap.php',
|
'f598d06aa772fa33d905e87be6398fb1' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/bootstrap.php',
|
||||||
|
'0d59ee240a4cd96ddbb4ff164fccea4d' => __DIR__ . '/..' . '/symfony/polyfill-php73/bootstrap.php',
|
||||||
'667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
|
'667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
|
||||||
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
|
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
|
||||||
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
||||||
@@ -54,16 +55,20 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
),
|
),
|
||||||
'S' =>
|
'S' =>
|
||||||
array (
|
array (
|
||||||
|
'Symfony\\Polyfill\\Php73\\' => 23,
|
||||||
'Symfony\\Polyfill\\Php72\\' => 23,
|
'Symfony\\Polyfill\\Php72\\' => 23,
|
||||||
'Symfony\\Polyfill\\Mbstring\\' => 26,
|
'Symfony\\Polyfill\\Mbstring\\' => 26,
|
||||||
'Symfony\\Polyfill\\Intl\\Idn\\' => 26,
|
'Symfony\\Polyfill\\Intl\\Idn\\' => 26,
|
||||||
'Symfony\\Polyfill\\Iconv\\' => 23,
|
'Symfony\\Polyfill\\Iconv\\' => 23,
|
||||||
'Symfony\\Polyfill\\Ctype\\' => 23,
|
'Symfony\\Polyfill\\Ctype\\' => 23,
|
||||||
'Symfony\\Contracts\\' => 18,
|
'Symfony\\Contracts\\Translation\\' => 30,
|
||||||
|
'Symfony\\Contracts\\Service\\' => 26,
|
||||||
|
'Symfony\\Contracts\\EventDispatcher\\' => 34,
|
||||||
'Symfony\\Component\\VarDumper\\' => 28,
|
'Symfony\\Component\\VarDumper\\' => 28,
|
||||||
'Symfony\\Component\\Translation\\' => 30,
|
'Symfony\\Component\\Translation\\' => 30,
|
||||||
'Symfony\\Component\\Routing\\' => 26,
|
'Symfony\\Component\\Routing\\' => 26,
|
||||||
'Symfony\\Component\\Process\\' => 26,
|
'Symfony\\Component\\Process\\' => 26,
|
||||||
|
'Symfony\\Component\\Mime\\' => 23,
|
||||||
'Symfony\\Component\\HttpKernel\\' => 29,
|
'Symfony\\Component\\HttpKernel\\' => 29,
|
||||||
'Symfony\\Component\\HttpFoundation\\' => 33,
|
'Symfony\\Component\\HttpFoundation\\' => 33,
|
||||||
'Symfony\\Component\\Finder\\' => 25,
|
'Symfony\\Component\\Finder\\' => 25,
|
||||||
@@ -142,12 +147,14 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'C' =>
|
'C' =>
|
||||||
array (
|
array (
|
||||||
'Cron\\' => 5,
|
'Cron\\' => 5,
|
||||||
|
'ConsoleTVs\\Charts\\' => 18,
|
||||||
'Collective\\Html\\' => 16,
|
'Collective\\Html\\' => 16,
|
||||||
'Cake\\Chronos\\' => 13,
|
'Cake\\Chronos\\' => 13,
|
||||||
),
|
),
|
||||||
'B' =>
|
'B' =>
|
||||||
array (
|
array (
|
||||||
'BeyondCode\\DumpServer\\' => 22,
|
'BeyondCode\\DumpServer\\' => 22,
|
||||||
|
'Balping\\JsonRaw\\' => 16,
|
||||||
),
|
),
|
||||||
'A' =>
|
'A' =>
|
||||||
array (
|
array (
|
||||||
@@ -186,6 +193,10 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
array (
|
array (
|
||||||
0 => __DIR__ . '/../..' . '/tests',
|
0 => __DIR__ . '/../..' . '/tests',
|
||||||
),
|
),
|
||||||
|
'Symfony\\Polyfill\\Php73\\' =>
|
||||||
|
array (
|
||||||
|
0 => __DIR__ . '/..' . '/symfony/polyfill-php73',
|
||||||
|
),
|
||||||
'Symfony\\Polyfill\\Php72\\' =>
|
'Symfony\\Polyfill\\Php72\\' =>
|
||||||
array (
|
array (
|
||||||
0 => __DIR__ . '/..' . '/symfony/polyfill-php72',
|
0 => __DIR__ . '/..' . '/symfony/polyfill-php72',
|
||||||
@@ -206,9 +217,17 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
array (
|
array (
|
||||||
0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
|
0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
|
||||||
),
|
),
|
||||||
'Symfony\\Contracts\\' =>
|
'Symfony\\Contracts\\Translation\\' =>
|
||||||
array (
|
array (
|
||||||
0 => __DIR__ . '/..' . '/symfony/contracts',
|
0 => __DIR__ . '/..' . '/symfony/translation-contracts',
|
||||||
|
),
|
||||||
|
'Symfony\\Contracts\\Service\\' =>
|
||||||
|
array (
|
||||||
|
0 => __DIR__ . '/..' . '/symfony/service-contracts',
|
||||||
|
),
|
||||||
|
'Symfony\\Contracts\\EventDispatcher\\' =>
|
||||||
|
array (
|
||||||
|
0 => __DIR__ . '/..' . '/symfony/event-dispatcher-contracts',
|
||||||
),
|
),
|
||||||
'Symfony\\Component\\VarDumper\\' =>
|
'Symfony\\Component\\VarDumper\\' =>
|
||||||
array (
|
array (
|
||||||
@@ -226,6 +245,10 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
array (
|
array (
|
||||||
0 => __DIR__ . '/..' . '/symfony/process',
|
0 => __DIR__ . '/..' . '/symfony/process',
|
||||||
),
|
),
|
||||||
|
'Symfony\\Component\\Mime\\' =>
|
||||||
|
array (
|
||||||
|
0 => __DIR__ . '/..' . '/symfony/mime',
|
||||||
|
),
|
||||||
'Symfony\\Component\\HttpKernel\\' =>
|
'Symfony\\Component\\HttpKernel\\' =>
|
||||||
array (
|
array (
|
||||||
0 => __DIR__ . '/..' . '/symfony/http-kernel',
|
0 => __DIR__ . '/..' . '/symfony/http-kernel',
|
||||||
@@ -382,6 +405,10 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
array (
|
array (
|
||||||
0 => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron',
|
0 => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron',
|
||||||
),
|
),
|
||||||
|
'ConsoleTVs\\Charts\\' =>
|
||||||
|
array (
|
||||||
|
0 => __DIR__ . '/..' . '/consoletvs/charts/src',
|
||||||
|
),
|
||||||
'Collective\\Html\\' =>
|
'Collective\\Html\\' =>
|
||||||
array (
|
array (
|
||||||
0 => __DIR__ . '/..' . '/laravelcollective/html/src',
|
0 => __DIR__ . '/..' . '/laravelcollective/html/src',
|
||||||
@@ -394,6 +421,10 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
array (
|
array (
|
||||||
0 => __DIR__ . '/..' . '/beyondcode/laravel-dump-server/src',
|
0 => __DIR__ . '/..' . '/beyondcode/laravel-dump-server/src',
|
||||||
),
|
),
|
||||||
|
'Balping\\JsonRaw\\' =>
|
||||||
|
array (
|
||||||
|
0 => __DIR__ . '/..' . '/balping/json-raw-encoder/src',
|
||||||
|
),
|
||||||
'App\\' =>
|
'App\\' =>
|
||||||
array (
|
array (
|
||||||
0 => __DIR__ . '/../..' . '/app',
|
0 => __DIR__ . '/../..' . '/app',
|
||||||
@@ -437,14 +468,15 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
);
|
);
|
||||||
|
|
||||||
public static $classMap = array (
|
public static $classMap = array (
|
||||||
'App\\Console\\Commands\\GetAssetsCommand' => __DIR__ . '/../..' . '/app/Console/Commands/GetAssets.php',
|
'App\\Console\\Commands\\CleanStaleDataCommand' => __DIR__ . '/../..' . '/app/Console/Commands/Data/CleanStaleDataCommand.php',
|
||||||
'App\\Console\\Commands\\GetCorpsCommand' => __DIR__ . '/../..' . '/app/Console/Commands/GetCorps.php',
|
'App\\Console\\Commands\\GetAssetsCommand' => __DIR__ . '/../..' . '/app/Console/Commands/Assets/GetAssets.php',
|
||||||
'App\\Console\\Commands\\GetStructuresCommand' => __DIR__ . '/../..' . '/app/Console/Commands/GetStructures.php',
|
'App\\Console\\Commands\\GetCorpsCommand' => __DIR__ . '/../..' . '/app/Console/Commands/Corps/GetCorps.php',
|
||||||
'App\\Console\\Commands\\HoldingFinancesCommand' => __DIR__ . '/../..' . '/app/Console/Commands/HoldingFinances.php',
|
'App\\Console\\Commands\\GetStructuresCommand' => __DIR__ . '/../..' . '/app/Console/Commands/Structures/GetStructures.php',
|
||||||
'App\\Console\\Commands\\MoonMailerCommand' => __DIR__ . '/../..' . '/app/Console/Commands/MoonMailer.php',
|
'App\\Console\\Commands\\HoldingFinancesCommand' => __DIR__ . '/../..' . '/app/Console/Commands/Finances/HoldingFinances.php',
|
||||||
'App\\Console\\Commands\\PiTransactionsCommand' => __DIR__ . '/../..' . '/app/Console/Commands/PITransactions.php',
|
'App\\Console\\Commands\\MoonMailerCommand' => __DIR__ . '/../..' . '/app/Console/Commands/Moons/MoonMailer.php',
|
||||||
'App\\Console\\Commands\\UpdateMoonPriceCommand' => __DIR__ . '/../..' . '/app/Console/Commands/UpdateMoonPricing.php',
|
'App\\Console\\Commands\\PiTransactionsCommand' => __DIR__ . '/../..' . '/app/Console/Commands/Finances/PiTransactions.php',
|
||||||
'App\\Console\\Commands\\UpdateMoonRental' => __DIR__ . '/../..' . '/app/Console/Commands/UpdateMoonRental.php',
|
'App\\Console\\Commands\\UpdateMoonPriceCommand' => __DIR__ . '/../..' . '/app/Console/Commands/Moons/UpdateMoonPricing.php',
|
||||||
|
'App\\Console\\Commands\\UpdateMoonRental' => __DIR__ . '/../..' . '/app/Console/Commands/Moons/UpdateMoonRental.php',
|
||||||
'App\\Console\\Kernel' => __DIR__ . '/../..' . '/app/Console/Kernel.php',
|
'App\\Console\\Kernel' => __DIR__ . '/../..' . '/app/Console/Kernel.php',
|
||||||
'App\\Exceptions\\Handler' => __DIR__ . '/../..' . '/app/Exceptions/Handler.php',
|
'App\\Exceptions\\Handler' => __DIR__ . '/../..' . '/app/Exceptions/Handler.php',
|
||||||
'App\\Http\\Controllers\\Auth\\EsiScopeController' => __DIR__ . '/../..' . '/app/Http/Controllers/Auth/EsiScopeController.php',
|
'App\\Http\\Controllers\\Auth\\EsiScopeController' => __DIR__ . '/../..' . '/app/Http/Controllers/Auth/EsiScopeController.php',
|
||||||
@@ -454,10 +486,8 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'App\\Http\\Controllers\\Controller' => __DIR__ . '/../..' . '/app/Http/Controllers/Controller.php',
|
'App\\Http\\Controllers\\Controller' => __DIR__ . '/../..' . '/app/Http/Controllers/Controller.php',
|
||||||
'App\\Http\\Controllers\\Dashboard\\AdminController' => __DIR__ . '/../..' . '/app/Http/Controllers/Dashboard/AdminController.php',
|
'App\\Http\\Controllers\\Dashboard\\AdminController' => __DIR__ . '/../..' . '/app/Http/Controllers/Dashboard/AdminController.php',
|
||||||
'App\\Http\\Controllers\\Dashboard\\DashboardController' => __DIR__ . '/../..' . '/app/Http/Controllers/Dashboard/DashboardController.php',
|
'App\\Http\\Controllers\\Dashboard\\DashboardController' => __DIR__ . '/../..' . '/app/Http/Controllers/Dashboard/DashboardController.php',
|
||||||
'App\\Http\\Controllers\\FATs\\FatController' => __DIR__ . '/../..' . '/app/Http/Controllers/FATs/FatController.php',
|
|
||||||
'App\\Http\\Controllers\\Moons\\MoonsAdminController' => __DIR__ . '/../..' . '/app/Http/Controllers/Moons/MoonsAdminController.php',
|
'App\\Http\\Controllers\\Moons\\MoonsAdminController' => __DIR__ . '/../..' . '/app/Http/Controllers/Moons/MoonsAdminController.php',
|
||||||
'App\\Http\\Controllers\\Moons\\MoonsController' => __DIR__ . '/../..' . '/app/Http/Controllers/Moons/MoonsController.php',
|
'App\\Http\\Controllers\\Moons\\MoonsController' => __DIR__ . '/../..' . '/app/Http/Controllers/Moons/MoonsController.php',
|
||||||
'App\\Http\\Controllers\\Srp\\SrpController' => __DIR__ . '/../..' . '/app/Http/Controllers/SRP/SrpController.php',
|
|
||||||
'App\\Http\\Controllers\\Stocks\\StockController' => __DIR__ . '/../..' . '/app/Http/Controllers/Stock/StockController.php',
|
'App\\Http\\Controllers\\Stocks\\StockController' => __DIR__ . '/../..' . '/app/Http/Controllers/Stock/StockController.php',
|
||||||
'App\\Http\\Controllers\\Wiki\\WikiController' => __DIR__ . '/../..' . '/app/Http/Controllers/Wiki/WikiController.php',
|
'App\\Http\\Controllers\\Wiki\\WikiController' => __DIR__ . '/../..' . '/app/Http/Controllers/Wiki/WikiController.php',
|
||||||
'App\\Http\\Kernel' => __DIR__ . '/../..' . '/app/Http/Kernel.php',
|
'App\\Http\\Kernel' => __DIR__ . '/../..' . '/app/Http/Kernel.php',
|
||||||
@@ -471,13 +501,12 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'App\\Http\\Middleware\\TrimStrings' => __DIR__ . '/../..' . '/app/Http/Middleware/TrimStrings.php',
|
'App\\Http\\Middleware\\TrimStrings' => __DIR__ . '/../..' . '/app/Http/Middleware/TrimStrings.php',
|
||||||
'App\\Http\\Middleware\\TrustProxies' => __DIR__ . '/../..' . '/app/Http/Middleware/TrustProxies.php',
|
'App\\Http\\Middleware\\TrustProxies' => __DIR__ . '/../..' . '/app/Http/Middleware/TrustProxies.php',
|
||||||
'App\\Http\\Middleware\\VerifyCsrfToken' => __DIR__ . '/../..' . '/app/Http/Middleware/VerifyCsrfToken.php',
|
'App\\Http\\Middleware\\VerifyCsrfToken' => __DIR__ . '/../..' . '/app/Http/Middleware/VerifyCsrfToken.php',
|
||||||
'App\\JobProcessAssets' => __DIR__ . '/../..' . '/app/Models/Jobs/JobProcessAssets.php',
|
|
||||||
'App\\JobProcessStructure' => __DIR__ . '/../..' . '/app/Models/Jobs/JobProcessStructure.php',
|
|
||||||
'App\\Jobs\\ProcessAssetsJob' => __DIR__ . '/../..' . '/app/Jobs/ProcessAssetsJob.php',
|
'App\\Jobs\\ProcessAssetsJob' => __DIR__ . '/../..' . '/app/Jobs/ProcessAssetsJob.php',
|
||||||
'App\\Jobs\\ProcessStructureJob' => __DIR__ . '/../..' . '/app/Jobs/ProcessStructureJob.php',
|
'App\\Jobs\\ProcessStructureJob' => __DIR__ . '/../..' . '/app/Jobs/ProcessStructureJob.php',
|
||||||
'App\\Jobs\\ProcessWalletJournalJob' => __DIR__ . '/../..' . '/app/Jobs/ProcessWalletJournalJob.php',
|
'App\\Jobs\\ProcessWalletJournalJob' => __DIR__ . '/../..' . '/app/Jobs/ProcessWalletJournalJob.php',
|
||||||
'App\\Jobs\\ProcessWalletTransactionJob' => __DIR__ . '/../..' . '/app/Jobs/ProcessWallettransactionJob.php',
|
'App\\Jobs\\ProcessWalletTransactionJob' => __DIR__ . '/../..' . '/app/Jobs/ProcessWallettransactionJob.php',
|
||||||
'App\\Jobs\\SendEveMailJob' => __DIR__ . '/../..' . '/app/Jobs/SendEveMailJob.php',
|
'App\\Jobs\\SendEveMailJob' => __DIR__ . '/../..' . '/app/Jobs/SendEveMailJob.php',
|
||||||
|
'App\\Library\\Assets\\AssetHelper' => __DIR__ . '/../..' . '/app/Library/Assets/AssetHelper.php',
|
||||||
'App\\Library\\Esi\\Esi' => __DIR__ . '/../..' . '/app/Library/Esi/Esi.php',
|
'App\\Library\\Esi\\Esi' => __DIR__ . '/../..' . '/app/Library/Esi/Esi.php',
|
||||||
'App\\Library\\Esi\\Mail' => __DIR__ . '/../..' . '/app/Library/Esi/Mail.php',
|
'App\\Library\\Esi\\Mail' => __DIR__ . '/../..' . '/app/Library/Esi/Mail.php',
|
||||||
'App\\Library\\Finances\\Helper\\FinanceHelper' => __DIR__ . '/../..' . '/app/Library/Finances/Helper/FinanceHelper.php',
|
'App\\Library\\Finances\\Helper\\FinanceHelper' => __DIR__ . '/../..' . '/app/Library/Finances/Helper/FinanceHelper.php',
|
||||||
@@ -491,8 +520,7 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'App\\Library\\Finances\\StructureIndustryTax' => __DIR__ . '/../..' . '/app/Library/Finances/StructureIndustryTax.php',
|
'App\\Library\\Finances\\StructureIndustryTax' => __DIR__ . '/../..' . '/app/Library/Finances/StructureIndustryTax.php',
|
||||||
'App\\Library\\Lookups\\LookupHelper' => __DIR__ . '/../..' . '/app/Library/Lookups/LookupHelper.php',
|
'App\\Library\\Lookups\\LookupHelper' => __DIR__ . '/../..' . '/app/Library/Lookups/LookupHelper.php',
|
||||||
'App\\Library\\Moons\\MoonCalc' => __DIR__ . '/../..' . '/app/Library/Moons/MoonCalc.php',
|
'App\\Library\\Moons\\MoonCalc' => __DIR__ . '/../..' . '/app/Library/Moons/MoonCalc.php',
|
||||||
'App\\Library\\Stock\\Helper\\StructureStockHelper' => __DIR__ . '/../..' . '/app/Library/Stock/Helper/StructureStockHelper.php',
|
'App\\Library\\Structures\\StructureHelper' => __DIR__ . '/../..' . '/app/Library/Structures/StructureHelper.php',
|
||||||
'App\\Library\\Structures\\Helper\\StructureStockHelper' => __DIR__ . '/../..' . '/app/Library/Stock/StockHelper.php',
|
|
||||||
'App\\Library\\Taxes\\TaxesHelper' => __DIR__ . '/../..' . '/app/Library/Taxes/TaxesHelper.php',
|
'App\\Library\\Taxes\\TaxesHelper' => __DIR__ . '/../..' . '/app/Library/Taxes/TaxesHelper.php',
|
||||||
'App\\Models\\Admin\\AllowedLogin' => __DIR__ . '/../..' . '/app/Models/Admin/AllowedLogin.php',
|
'App\\Models\\Admin\\AllowedLogin' => __DIR__ . '/../..' . '/app/Models/Admin/AllowedLogin.php',
|
||||||
'App\\Models\\Character\\CharacterClone' => __DIR__ . '/../..' . '/app/Models/Charcter/CharacterClone.php',
|
'App\\Models\\Character\\CharacterClone' => __DIR__ . '/../..' . '/app/Models/Charcter/CharacterClone.php',
|
||||||
@@ -515,8 +543,8 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'App\\Models\\Finances\\PlayerDonationJournal' => __DIR__ . '/../..' . '/app/Models/Finances/PlayerDonationJournal.php',
|
'App\\Models\\Finances\\PlayerDonationJournal' => __DIR__ . '/../..' . '/app/Models/Finances/PlayerDonationJournal.php',
|
||||||
'App\\Models\\Finances\\ReprocessingTaxJournal' => __DIR__ . '/../..' . '/app/Models/Finances/ReprocessingTaxJournal.php',
|
'App\\Models\\Finances\\ReprocessingTaxJournal' => __DIR__ . '/../..' . '/app/Models/Finances/ReprocessingTaxJournal.php',
|
||||||
'App\\Models\\Finances\\StructureIndustryTaxJournal' => __DIR__ . '/../..' . '/app/Models/Finances/StructureIndustryTaxJournal.php',
|
'App\\Models\\Finances\\StructureIndustryTaxJournal' => __DIR__ . '/../..' . '/app/Models/Finances/StructureIndustryTaxJournal.php',
|
||||||
'App\\Models\\Fleet\\Fleet' => __DIR__ . '/../..' . '/app/Models/Fleet/Fleet.php',
|
'App\\Models\\Jobs\\JobProcessAsset' => __DIR__ . '/../..' . '/app/Models/Jobs/JobProcessAsset.php',
|
||||||
'App\\Models\\Fleet\\FleetActivity' => __DIR__ . '/../..' . '/app/Models/Fleet/FleetActivity.php',
|
'App\\Models\\Jobs\\JobProcessStructure' => __DIR__ . '/../..' . '/app/Models/Jobs/JobProcessStructure.php',
|
||||||
'App\\Models\\Jobs\\JobProcessWalletJournal' => __DIR__ . '/../..' . '/app/Models/Jobs/JobProcessWalletJournal.php',
|
'App\\Models\\Jobs\\JobProcessWalletJournal' => __DIR__ . '/../..' . '/app/Models/Jobs/JobProcessWalletJournal.php',
|
||||||
'App\\Models\\Jobs\\JobProcessWalletTransaction' => __DIR__ . '/../..' . '/app/Models/Jobs/JobProcessWalletTransaction.php',
|
'App\\Models\\Jobs\\JobProcessWalletTransaction' => __DIR__ . '/../..' . '/app/Models/Jobs/JobProcessWalletTransaction.php',
|
||||||
'App\\Models\\Jobs\\JobSendEveMail' => __DIR__ . '/../..' . '/app/Models/Jobs/JobSendEveMail.php',
|
'App\\Models\\Jobs\\JobSendEveMail' => __DIR__ . '/../..' . '/app/Models/Jobs/JobSendEveMail.php',
|
||||||
@@ -537,6 +565,7 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'App\\Models\\Structure\\Service' => __DIR__ . '/../..' . '/app/Models/Structure/Service.php',
|
'App\\Models\\Structure\\Service' => __DIR__ . '/../..' . '/app/Models/Structure/Service.php',
|
||||||
'App\\Models\\Structure\\Structure' => __DIR__ . '/../..' . '/app/Models/Structure/Structure.php',
|
'App\\Models\\Structure\\Structure' => __DIR__ . '/../..' . '/app/Models/Structure/Structure.php',
|
||||||
'App\\Models\\User\\AvailableUserPermission' => __DIR__ . '/../..' . '/app/Models/User/AvailableUserPermission.php',
|
'App\\Models\\User\\AvailableUserPermission' => __DIR__ . '/../..' . '/app/Models/User/AvailableUserPermission.php',
|
||||||
|
'App\\Models\\User\\User' => __DIR__ . '/../..' . '/app/Models/User/User.php',
|
||||||
'App\\Models\\User\\UserPermission' => __DIR__ . '/../..' . '/app/Models/User/UserPermission.php',
|
'App\\Models\\User\\UserPermission' => __DIR__ . '/../..' . '/app/Models/User/UserPermission.php',
|
||||||
'App\\Models\\User\\UserRole' => __DIR__ . '/../..' . '/app/Models/User/UserRole.php',
|
'App\\Models\\User\\UserRole' => __DIR__ . '/../..' . '/app/Models/User/UserRole.php',
|
||||||
'App\\Providers\\AppServiceProvider' => __DIR__ . '/../..' . '/app/Providers/AppServiceProvider.php',
|
'App\\Providers\\AppServiceProvider' => __DIR__ . '/../..' . '/app/Providers/AppServiceProvider.php',
|
||||||
@@ -545,8 +574,10 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'App\\Providers\\EventServiceProvider' => __DIR__ . '/../..' . '/app/Providers/EventServiceProvider.php',
|
'App\\Providers\\EventServiceProvider' => __DIR__ . '/../..' . '/app/Providers/EventServiceProvider.php',
|
||||||
'App\\Providers\\HorizonServiceProvider' => __DIR__ . '/../..' . '/app/Providers/HorizonServiceProvider.php',
|
'App\\Providers\\HorizonServiceProvider' => __DIR__ . '/../..' . '/app/Providers/HorizonServiceProvider.php',
|
||||||
'App\\Providers\\RouteServiceProvider' => __DIR__ . '/../..' . '/app/Providers/RouteServiceProvider.php',
|
'App\\Providers\\RouteServiceProvider' => __DIR__ . '/../..' . '/app/Providers/RouteServiceProvider.php',
|
||||||
'App\\User' => __DIR__ . '/../..' . '/app/User.php',
|
|
||||||
'AvailableUserPermissions' => __DIR__ . '/../..' . '/database/seeds/AvailableUserPermissions.php',
|
'AvailableUserPermissions' => __DIR__ . '/../..' . '/database/seeds/AvailableUserPermissions.php',
|
||||||
|
'Balping\\JsonRaw\\Encoder' => __DIR__ . '/..' . '/balping/json-raw-encoder/src/Encoder.php',
|
||||||
|
'Balping\\JsonRaw\\Raw' => __DIR__ . '/..' . '/balping/json-raw-encoder/src/Raw.php',
|
||||||
|
'Balping\\JsonRaw\\Replacer' => __DIR__ . '/..' . '/balping/json-raw-encoder/src/Replacer.php',
|
||||||
'BeyondCode\\DumpServer\\DumpServerCommand' => __DIR__ . '/..' . '/beyondcode/laravel-dump-server/src/DumpServerCommand.php',
|
'BeyondCode\\DumpServer\\DumpServerCommand' => __DIR__ . '/..' . '/beyondcode/laravel-dump-server/src/DumpServerCommand.php',
|
||||||
'BeyondCode\\DumpServer\\DumpServerServiceProvider' => __DIR__ . '/..' . '/beyondcode/laravel-dump-server/src/DumpServerServiceProvider.php',
|
'BeyondCode\\DumpServer\\DumpServerServiceProvider' => __DIR__ . '/..' . '/beyondcode/laravel-dump-server/src/DumpServerServiceProvider.php',
|
||||||
'BeyondCode\\DumpServer\\Dumper' => __DIR__ . '/..' . '/beyondcode/laravel-dump-server/src/Dumper.php',
|
'BeyondCode\\DumpServer\\Dumper' => __DIR__ . '/..' . '/beyondcode/laravel-dump-server/src/Dumper.php',
|
||||||
@@ -584,6 +615,34 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'Collective\\Html\\HtmlFacade' => __DIR__ . '/..' . '/laravelcollective/html/src/HtmlFacade.php',
|
'Collective\\Html\\HtmlFacade' => __DIR__ . '/..' . '/laravelcollective/html/src/HtmlFacade.php',
|
||||||
'Collective\\Html\\HtmlServiceProvider' => __DIR__ . '/..' . '/laravelcollective/html/src/HtmlServiceProvider.php',
|
'Collective\\Html\\HtmlServiceProvider' => __DIR__ . '/..' . '/laravelcollective/html/src/HtmlServiceProvider.php',
|
||||||
'ConfigTableSeeder' => __DIR__ . '/../..' . '/database/seeds/ConfigTableSeeder.php',
|
'ConfigTableSeeder' => __DIR__ . '/../..' . '/database/seeds/ConfigTableSeeder.php',
|
||||||
|
'ConsoleTVs\\Charts\\ChartsServiceProvider' => __DIR__ . '/..' . '/consoletvs/charts/src/ChartsServiceProvider.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\BaseChart' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/BaseChart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\C3\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/C3/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\C3\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/C3/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Chartjs\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Chartjs/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Chartjs\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Chartjs/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\DatasetClass' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/DatasetClass.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Echarts\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Echarts/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Echarts\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Echarts/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Frappe\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Frappe/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Frappe\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Frappe/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Fusioncharts\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Fusioncharts/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Fusioncharts\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Fusioncharts/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Highcharts\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Highcharts/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Classes\\Highcharts\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Highcharts/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Commands\\ChartsCommand' => __DIR__ . '/..' . '/consoletvs/charts/src/Commands/ChartsCommand.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\C3\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/C3/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\C3\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/C3/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Chartjs\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Chartjs/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Chartjs\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Chartjs/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Echarts\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Echarts/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Echarts\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Echarts/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Frappe\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Frappe/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Frappe\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Frappe/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Fusioncharts\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Fusioncharts/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Fusioncharts\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Fusioncharts/Dataset.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Highcharts\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Highcharts/Chart.php',
|
||||||
|
'ConsoleTVs\\Charts\\Features\\Highcharts\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Highcharts/Dataset.php',
|
||||||
'Cron\\AbstractField' => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron/AbstractField.php',
|
'Cron\\AbstractField' => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron/AbstractField.php',
|
||||||
'Cron\\CronExpression' => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron/CronExpression.php',
|
'Cron\\CronExpression' => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron/CronExpression.php',
|
||||||
'Cron\\DayOfMonthField' => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron/DayOfMonthField.php',
|
'Cron\\DayOfMonthField' => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron/DayOfMonthField.php',
|
||||||
@@ -662,12 +721,12 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'Egulias\\EmailValidator\\Exception\\DomainHyphened' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/DomainHyphened.php',
|
'Egulias\\EmailValidator\\Exception\\DomainHyphened' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/DomainHyphened.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\DotAtEnd' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/DotAtEnd.php',
|
'Egulias\\EmailValidator\\Exception\\DotAtEnd' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/DotAtEnd.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\DotAtStart' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/DotAtStart.php',
|
'Egulias\\EmailValidator\\Exception\\DotAtStart' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/DotAtStart.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\ExpectedQPair' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/ExpectingQPair.php',
|
|
||||||
'Egulias\\EmailValidator\\Exception\\ExpectingAT' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/ExpectingAT.php',
|
'Egulias\\EmailValidator\\Exception\\ExpectingAT' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/ExpectingAT.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\ExpectingATEXT' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/ExpectingATEXT.php',
|
'Egulias\\EmailValidator\\Exception\\ExpectingATEXT' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/ExpectingATEXT.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\ExpectingCTEXT' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/ExpectingCTEXT.php',
|
'Egulias\\EmailValidator\\Exception\\ExpectingCTEXT' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/ExpectingCTEXT.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\ExpectingDTEXT' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/ExpectingDTEXT.php',
|
'Egulias\\EmailValidator\\Exception\\ExpectingDTEXT' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/ExpectingDTEXT.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\ExpectingDomainLiteralClose' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/ExpectingDomainLiteralClose.php',
|
'Egulias\\EmailValidator\\Exception\\ExpectingDomainLiteralClose' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/ExpectingDomainLiteralClose.php',
|
||||||
|
'Egulias\\EmailValidator\\Exception\\ExpectingQPair' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/ExpectingQPair.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\InvalidEmail' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/InvalidEmail.php',
|
'Egulias\\EmailValidator\\Exception\\InvalidEmail' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/InvalidEmail.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\NoDNSRecord' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/NoDNSRecord.php',
|
'Egulias\\EmailValidator\\Exception\\NoDNSRecord' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/NoDNSRecord.php',
|
||||||
'Egulias\\EmailValidator\\Exception\\NoDomainPart' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/NoDomainPart.php',
|
'Egulias\\EmailValidator\\Exception\\NoDomainPart' => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator/Exception/NoDomainPart.php',
|
||||||
@@ -1998,6 +2057,7 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'Illuminate\\Support\\Carbon' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Support/Carbon.php',
|
'Illuminate\\Support\\Carbon' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Support/Carbon.php',
|
||||||
'Illuminate\\Support\\Collection' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Support/Collection.php',
|
'Illuminate\\Support\\Collection' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Support/Collection.php',
|
||||||
'Illuminate\\Support\\Composer' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Support/Composer.php',
|
'Illuminate\\Support\\Composer' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Support/Composer.php',
|
||||||
|
'Illuminate\\Support\\ConfigurationUrlParser' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Support/ConfigurationUrlParser.php',
|
||||||
'Illuminate\\Support\\DateFactory' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Support/DateFactory.php',
|
'Illuminate\\Support\\DateFactory' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Support/DateFactory.php',
|
||||||
'Illuminate\\Support\\Facades\\App' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Support/Facades/App.php',
|
'Illuminate\\Support\\Facades\\App' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Support/Facades/App.php',
|
||||||
'Illuminate\\Support\\Facades\\Artisan' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Support/Facades/Artisan.php',
|
'Illuminate\\Support\\Facades\\Artisan' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Support/Facades/Artisan.php',
|
||||||
@@ -2125,6 +2185,7 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'JakubOnderka\\PhpConsoleColor\\ConsoleColor' => __DIR__ . '/..' . '/jakub-onderka/php-console-color/src/ConsoleColor.php',
|
'JakubOnderka\\PhpConsoleColor\\ConsoleColor' => __DIR__ . '/..' . '/jakub-onderka/php-console-color/src/ConsoleColor.php',
|
||||||
'JakubOnderka\\PhpConsoleColor\\InvalidStyleException' => __DIR__ . '/..' . '/jakub-onderka/php-console-color/src/InvalidStyleException.php',
|
'JakubOnderka\\PhpConsoleColor\\InvalidStyleException' => __DIR__ . '/..' . '/jakub-onderka/php-console-color/src/InvalidStyleException.php',
|
||||||
'JakubOnderka\\PhpConsoleHighlighter\\Highlighter' => __DIR__ . '/..' . '/jakub-onderka/php-console-highlighter/src/Highlighter.php',
|
'JakubOnderka\\PhpConsoleHighlighter\\Highlighter' => __DIR__ . '/..' . '/jakub-onderka/php-console-highlighter/src/Highlighter.php',
|
||||||
|
'JsonException' => __DIR__ . '/..' . '/symfony/polyfill-php73/Resources/stubs/JsonException.php',
|
||||||
'JsonSerializable' => __DIR__ . '/..' . '/nesbot/carbon/src/JsonSerializable.php',
|
'JsonSerializable' => __DIR__ . '/..' . '/nesbot/carbon/src/JsonSerializable.php',
|
||||||
'Laravel\\Horizon\\AutoScaler' => __DIR__ . '/..' . '/laravel/horizon/src/AutoScaler.php',
|
'Laravel\\Horizon\\AutoScaler' => __DIR__ . '/..' . '/laravel/horizon/src/AutoScaler.php',
|
||||||
'Laravel\\Horizon\\BackgroundProcess' => __DIR__ . '/..' . '/laravel/horizon/src/BackgroundProcess.php',
|
'Laravel\\Horizon\\BackgroundProcess' => __DIR__ . '/..' . '/laravel/horizon/src/BackgroundProcess.php',
|
||||||
@@ -3017,6 +3078,9 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'PhpParser\\JsonDecoder' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/JsonDecoder.php',
|
'PhpParser\\JsonDecoder' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/JsonDecoder.php',
|
||||||
'PhpParser\\Lexer' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Lexer.php',
|
'PhpParser\\Lexer' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Lexer.php',
|
||||||
'PhpParser\\Lexer\\Emulative' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php',
|
'PhpParser\\Lexer\\Emulative' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php',
|
||||||
|
'PhpParser\\Lexer\\TokenEmulator\\CoaleseEqualTokenEmulator' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/CoaleseEqualTokenEmulator.php',
|
||||||
|
'PhpParser\\Lexer\\TokenEmulator\\FnTokenEmulator' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FnTokenEmulator.php',
|
||||||
|
'PhpParser\\Lexer\\TokenEmulator\\TokenEmulatorInterface' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/TokenEmulatorInterface.php',
|
||||||
'PhpParser\\NameContext' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/NameContext.php',
|
'PhpParser\\NameContext' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/NameContext.php',
|
||||||
'PhpParser\\Node' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Node.php',
|
'PhpParser\\Node' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Node.php',
|
||||||
'PhpParser\\NodeAbstract' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/NodeAbstract.php',
|
'PhpParser\\NodeAbstract' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/NodeAbstract.php',
|
||||||
@@ -3036,6 +3100,7 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'PhpParser\\Node\\Expr\\ArrayDimFetch' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php',
|
'PhpParser\\Node\\Expr\\ArrayDimFetch' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php',
|
||||||
'PhpParser\\Node\\Expr\\ArrayItem' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php',
|
'PhpParser\\Node\\Expr\\ArrayItem' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php',
|
||||||
'PhpParser\\Node\\Expr\\Array_' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php',
|
'PhpParser\\Node\\Expr\\Array_' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php',
|
||||||
|
'PhpParser\\Node\\Expr\\ArrowFunction' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Node/Expr/ArrowFunction.php',
|
||||||
'PhpParser\\Node\\Expr\\Assign' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php',
|
'PhpParser\\Node\\Expr\\Assign' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php',
|
||||||
'PhpParser\\Node\\Expr\\AssignOp' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php',
|
'PhpParser\\Node\\Expr\\AssignOp' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php',
|
||||||
'PhpParser\\Node\\Expr\\AssignOp\\BitwiseAnd' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php',
|
'PhpParser\\Node\\Expr\\AssignOp\\BitwiseAnd' => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php',
|
||||||
@@ -3936,6 +4001,7 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'Symfony\\Component\\Console\\Formatter\\WrappableOutputFormatterInterface' => __DIR__ . '/..' . '/symfony/console/Formatter/WrappableOutputFormatterInterface.php',
|
'Symfony\\Component\\Console\\Formatter\\WrappableOutputFormatterInterface' => __DIR__ . '/..' . '/symfony/console/Formatter/WrappableOutputFormatterInterface.php',
|
||||||
'Symfony\\Component\\Console\\Helper\\DebugFormatterHelper' => __DIR__ . '/..' . '/symfony/console/Helper/DebugFormatterHelper.php',
|
'Symfony\\Component\\Console\\Helper\\DebugFormatterHelper' => __DIR__ . '/..' . '/symfony/console/Helper/DebugFormatterHelper.php',
|
||||||
'Symfony\\Component\\Console\\Helper\\DescriptorHelper' => __DIR__ . '/..' . '/symfony/console/Helper/DescriptorHelper.php',
|
'Symfony\\Component\\Console\\Helper\\DescriptorHelper' => __DIR__ . '/..' . '/symfony/console/Helper/DescriptorHelper.php',
|
||||||
|
'Symfony\\Component\\Console\\Helper\\Dumper' => __DIR__ . '/..' . '/symfony/console/Helper/Dumper.php',
|
||||||
'Symfony\\Component\\Console\\Helper\\FormatterHelper' => __DIR__ . '/..' . '/symfony/console/Helper/FormatterHelper.php',
|
'Symfony\\Component\\Console\\Helper\\FormatterHelper' => __DIR__ . '/..' . '/symfony/console/Helper/FormatterHelper.php',
|
||||||
'Symfony\\Component\\Console\\Helper\\Helper' => __DIR__ . '/..' . '/symfony/console/Helper/Helper.php',
|
'Symfony\\Component\\Console\\Helper\\Helper' => __DIR__ . '/..' . '/symfony/console/Helper/Helper.php',
|
||||||
'Symfony\\Component\\Console\\Helper\\HelperInterface' => __DIR__ . '/..' . '/symfony/console/Helper/HelperInterface.php',
|
'Symfony\\Component\\Console\\Helper\\HelperInterface' => __DIR__ . '/..' . '/symfony/console/Helper/HelperInterface.php',
|
||||||
@@ -4056,11 +4122,15 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'Symfony\\Component\\EventDispatcher\\EventSubscriberInterface' => __DIR__ . '/..' . '/symfony/event-dispatcher/EventSubscriberInterface.php',
|
'Symfony\\Component\\EventDispatcher\\EventSubscriberInterface' => __DIR__ . '/..' . '/symfony/event-dispatcher/EventSubscriberInterface.php',
|
||||||
'Symfony\\Component\\EventDispatcher\\GenericEvent' => __DIR__ . '/..' . '/symfony/event-dispatcher/GenericEvent.php',
|
'Symfony\\Component\\EventDispatcher\\GenericEvent' => __DIR__ . '/..' . '/symfony/event-dispatcher/GenericEvent.php',
|
||||||
'Symfony\\Component\\EventDispatcher\\ImmutableEventDispatcher' => __DIR__ . '/..' . '/symfony/event-dispatcher/ImmutableEventDispatcher.php',
|
'Symfony\\Component\\EventDispatcher\\ImmutableEventDispatcher' => __DIR__ . '/..' . '/symfony/event-dispatcher/ImmutableEventDispatcher.php',
|
||||||
|
'Symfony\\Component\\EventDispatcher\\LegacyEventDispatcherProxy' => __DIR__ . '/..' . '/symfony/event-dispatcher/LegacyEventDispatcherProxy.php',
|
||||||
|
'Symfony\\Component\\EventDispatcher\\LegacyEventProxy' => __DIR__ . '/..' . '/symfony/event-dispatcher/LegacyEventProxy.php',
|
||||||
'Symfony\\Component\\Finder\\Comparator\\Comparator' => __DIR__ . '/..' . '/symfony/finder/Comparator/Comparator.php',
|
'Symfony\\Component\\Finder\\Comparator\\Comparator' => __DIR__ . '/..' . '/symfony/finder/Comparator/Comparator.php',
|
||||||
'Symfony\\Component\\Finder\\Comparator\\DateComparator' => __DIR__ . '/..' . '/symfony/finder/Comparator/DateComparator.php',
|
'Symfony\\Component\\Finder\\Comparator\\DateComparator' => __DIR__ . '/..' . '/symfony/finder/Comparator/DateComparator.php',
|
||||||
'Symfony\\Component\\Finder\\Comparator\\NumberComparator' => __DIR__ . '/..' . '/symfony/finder/Comparator/NumberComparator.php',
|
'Symfony\\Component\\Finder\\Comparator\\NumberComparator' => __DIR__ . '/..' . '/symfony/finder/Comparator/NumberComparator.php',
|
||||||
'Symfony\\Component\\Finder\\Exception\\AccessDeniedException' => __DIR__ . '/..' . '/symfony/finder/Exception/AccessDeniedException.php',
|
'Symfony\\Component\\Finder\\Exception\\AccessDeniedException' => __DIR__ . '/..' . '/symfony/finder/Exception/AccessDeniedException.php',
|
||||||
|
'Symfony\\Component\\Finder\\Exception\\DirectoryNotFoundException' => __DIR__ . '/..' . '/symfony/finder/Exception/DirectoryNotFoundException.php',
|
||||||
'Symfony\\Component\\Finder\\Finder' => __DIR__ . '/..' . '/symfony/finder/Finder.php',
|
'Symfony\\Component\\Finder\\Finder' => __DIR__ . '/..' . '/symfony/finder/Finder.php',
|
||||||
|
'Symfony\\Component\\Finder\\Gitignore' => __DIR__ . '/..' . '/symfony/finder/Gitignore.php',
|
||||||
'Symfony\\Component\\Finder\\Glob' => __DIR__ . '/..' . '/symfony/finder/Glob.php',
|
'Symfony\\Component\\Finder\\Glob' => __DIR__ . '/..' . '/symfony/finder/Glob.php',
|
||||||
'Symfony\\Component\\Finder\\Iterator\\CustomFilterIterator' => __DIR__ . '/..' . '/symfony/finder/Iterator/CustomFilterIterator.php',
|
'Symfony\\Component\\Finder\\Iterator\\CustomFilterIterator' => __DIR__ . '/..' . '/symfony/finder/Iterator/CustomFilterIterator.php',
|
||||||
'Symfony\\Component\\Finder\\Iterator\\DateRangeFilterIterator' => __DIR__ . '/..' . '/symfony/finder/Iterator/DateRangeFilterIterator.php',
|
'Symfony\\Component\\Finder\\Iterator\\DateRangeFilterIterator' => __DIR__ . '/..' . '/symfony/finder/Iterator/DateRangeFilterIterator.php',
|
||||||
@@ -4149,6 +4219,15 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php',
|
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php',
|
||||||
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/SessionStorageInterface.php',
|
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/SessionStorageInterface.php',
|
||||||
'Symfony\\Component\\HttpFoundation\\StreamedResponse' => __DIR__ . '/..' . '/symfony/http-foundation/StreamedResponse.php',
|
'Symfony\\Component\\HttpFoundation\\StreamedResponse' => __DIR__ . '/..' . '/symfony/http-foundation/StreamedResponse.php',
|
||||||
|
'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\RequestAttributeValueSame' => __DIR__ . '/..' . '/symfony/http-foundation/Test/Constraint/RequestAttributeValueSame.php',
|
||||||
|
'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseCookieValueSame' => __DIR__ . '/..' . '/symfony/http-foundation/Test/Constraint/ResponseCookieValueSame.php',
|
||||||
|
'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHasCookie' => __DIR__ . '/..' . '/symfony/http-foundation/Test/Constraint/ResponseHasCookie.php',
|
||||||
|
'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHasHeader' => __DIR__ . '/..' . '/symfony/http-foundation/Test/Constraint/ResponseHasHeader.php',
|
||||||
|
'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHeaderSame' => __DIR__ . '/..' . '/symfony/http-foundation/Test/Constraint/ResponseHeaderSame.php',
|
||||||
|
'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsRedirected' => __DIR__ . '/..' . '/symfony/http-foundation/Test/Constraint/ResponseIsRedirected.php',
|
||||||
|
'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsSuccessful' => __DIR__ . '/..' . '/symfony/http-foundation/Test/Constraint/ResponseIsSuccessful.php',
|
||||||
|
'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseStatusCodeSame' => __DIR__ . '/..' . '/symfony/http-foundation/Test/Constraint/ResponseStatusCodeSame.php',
|
||||||
|
'Symfony\\Component\\HttpFoundation\\UrlHelper' => __DIR__ . '/..' . '/symfony/http-foundation/UrlHelper.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Bundle\\Bundle' => __DIR__ . '/..' . '/symfony/http-kernel/Bundle/Bundle.php',
|
'Symfony\\Component\\HttpKernel\\Bundle\\Bundle' => __DIR__ . '/..' . '/symfony/http-kernel/Bundle/Bundle.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Bundle\\BundleInterface' => __DIR__ . '/..' . '/symfony/http-kernel/Bundle/BundleInterface.php',
|
'Symfony\\Component\\HttpKernel\\Bundle\\BundleInterface' => __DIR__ . '/..' . '/symfony/http-kernel/Bundle/BundleInterface.php',
|
||||||
'Symfony\\Component\\HttpKernel\\CacheClearer\\CacheClearerInterface' => __DIR__ . '/..' . '/symfony/http-kernel/CacheClearer/CacheClearerInterface.php',
|
'Symfony\\Component\\HttpKernel\\CacheClearer\\CacheClearerInterface' => __DIR__ . '/..' . '/symfony/http-kernel/CacheClearer/CacheClearerInterface.php',
|
||||||
@@ -4166,6 +4245,7 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ArgumentResolver.php',
|
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ArgumentResolver.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolverInterface' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ArgumentResolverInterface.php',
|
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolverInterface' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ArgumentResolverInterface.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\DefaultValueResolver' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php',
|
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\DefaultValueResolver' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\NotTaggedControllerValueResolver' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestAttributeValueResolver' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php',
|
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestAttributeValueResolver' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestValueResolver' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php',
|
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestValueResolver' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\ServiceValueResolver' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php',
|
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\ServiceValueResolver' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php',
|
||||||
@@ -4203,6 +4283,7 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'Symfony\\Component\\HttpKernel\\DependencyInjection\\LoggerPass' => __DIR__ . '/..' . '/symfony/http-kernel/DependencyInjection/LoggerPass.php',
|
'Symfony\\Component\\HttpKernel\\DependencyInjection\\LoggerPass' => __DIR__ . '/..' . '/symfony/http-kernel/DependencyInjection/LoggerPass.php',
|
||||||
'Symfony\\Component\\HttpKernel\\DependencyInjection\\MergeExtensionConfigurationPass' => __DIR__ . '/..' . '/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php',
|
'Symfony\\Component\\HttpKernel\\DependencyInjection\\MergeExtensionConfigurationPass' => __DIR__ . '/..' . '/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php',
|
||||||
'Symfony\\Component\\HttpKernel\\DependencyInjection\\RegisterControllerArgumentLocatorsPass' => __DIR__ . '/..' . '/symfony/http-kernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php',
|
'Symfony\\Component\\HttpKernel\\DependencyInjection\\RegisterControllerArgumentLocatorsPass' => __DIR__ . '/..' . '/symfony/http-kernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\DependencyInjection\\RegisterLocaleAwareServicesPass' => __DIR__ . '/..' . '/symfony/http-kernel/DependencyInjection/RegisterLocaleAwareServicesPass.php',
|
||||||
'Symfony\\Component\\HttpKernel\\DependencyInjection\\RemoveEmptyControllerArgumentLocatorsPass' => __DIR__ . '/..' . '/symfony/http-kernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.php',
|
'Symfony\\Component\\HttpKernel\\DependencyInjection\\RemoveEmptyControllerArgumentLocatorsPass' => __DIR__ . '/..' . '/symfony/http-kernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.php',
|
||||||
'Symfony\\Component\\HttpKernel\\DependencyInjection\\ResettableServicePass' => __DIR__ . '/..' . '/symfony/http-kernel/DependencyInjection/ResettableServicePass.php',
|
'Symfony\\Component\\HttpKernel\\DependencyInjection\\ResettableServicePass' => __DIR__ . '/..' . '/symfony/http-kernel/DependencyInjection/ResettableServicePass.php',
|
||||||
'Symfony\\Component\\HttpKernel\\DependencyInjection\\ServicesResetter' => __DIR__ . '/..' . '/symfony/http-kernel/DependencyInjection/ServicesResetter.php',
|
'Symfony\\Component\\HttpKernel\\DependencyInjection\\ServicesResetter' => __DIR__ . '/..' . '/symfony/http-kernel/DependencyInjection/ServicesResetter.php',
|
||||||
@@ -4210,9 +4291,11 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'Symfony\\Component\\HttpKernel\\EventListener\\AbstractTestSessionListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/AbstractTestSessionListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\AbstractTestSessionListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/AbstractTestSessionListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\AddRequestFormatsListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/AddRequestFormatsListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\AddRequestFormatsListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/AddRequestFormatsListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/DebugHandlersListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/DebugHandlersListener.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\DumpListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/DumpListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\DumpListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/DumpListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/ExceptionListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/ExceptionListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/FragmentListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/FragmentListener.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/LocaleAwareListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/LocaleListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/LocaleListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/ProfilerListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/ProfilerListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/ResponseListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/ResponseListener.php',
|
||||||
@@ -4224,6 +4307,9 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'Symfony\\Component\\HttpKernel\\EventListener\\TestSessionListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/TestSessionListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\TestSessionListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/TestSessionListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\TranslatorListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/TranslatorListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\TranslatorListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/TranslatorListener.php',
|
||||||
'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/ValidateRequestListener.php',
|
'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/ValidateRequestListener.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/ControllerArgumentsEvent.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/ControllerEvent.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/ExceptionEvent.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Event\\FilterControllerArgumentsEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/FilterControllerArgumentsEvent.php',
|
'Symfony\\Component\\HttpKernel\\Event\\FilterControllerArgumentsEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/FilterControllerArgumentsEvent.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Event\\FilterControllerEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/FilterControllerEvent.php',
|
'Symfony\\Component\\HttpKernel\\Event\\FilterControllerEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/FilterControllerEvent.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Event\\FilterResponseEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/FilterResponseEvent.php',
|
'Symfony\\Component\\HttpKernel\\Event\\FilterResponseEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/FilterResponseEvent.php',
|
||||||
@@ -4233,6 +4319,10 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'Symfony\\Component\\HttpKernel\\Event\\GetResponseForExceptionEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/GetResponseForExceptionEvent.php',
|
'Symfony\\Component\\HttpKernel\\Event\\GetResponseForExceptionEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/GetResponseForExceptionEvent.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Event\\KernelEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/KernelEvent.php',
|
'Symfony\\Component\\HttpKernel\\Event\\KernelEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/KernelEvent.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Event\\PostResponseEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/PostResponseEvent.php',
|
'Symfony\\Component\\HttpKernel\\Event\\PostResponseEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/PostResponseEvent.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/RequestEvent.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/ResponseEvent.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/TerminateEvent.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/ViewEvent.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException' => __DIR__ . '/..' . '/symfony/http-kernel/Exception/AccessDeniedHttpException.php',
|
'Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException' => __DIR__ . '/..' . '/symfony/http-kernel/Exception/AccessDeniedHttpException.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Exception\\BadRequestHttpException' => __DIR__ . '/..' . '/symfony/http-kernel/Exception/BadRequestHttpException.php',
|
'Symfony\\Component\\HttpKernel\\Exception\\BadRequestHttpException' => __DIR__ . '/..' . '/symfony/http-kernel/Exception/BadRequestHttpException.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Exception\\ConflictHttpException' => __DIR__ . '/..' . '/symfony/http-kernel/Exception/ConflictHttpException.php',
|
'Symfony\\Component\\HttpKernel\\Exception\\ConflictHttpException' => __DIR__ . '/..' . '/symfony/http-kernel/Exception/ConflictHttpException.php',
|
||||||
@@ -4269,7 +4359,9 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'Symfony\\Component\\HttpKernel\\HttpCache\\StoreInterface' => __DIR__ . '/..' . '/symfony/http-kernel/HttpCache/StoreInterface.php',
|
'Symfony\\Component\\HttpKernel\\HttpCache\\StoreInterface' => __DIR__ . '/..' . '/symfony/http-kernel/HttpCache/StoreInterface.php',
|
||||||
'Symfony\\Component\\HttpKernel\\HttpCache\\SubRequestHandler' => __DIR__ . '/..' . '/symfony/http-kernel/HttpCache/SubRequestHandler.php',
|
'Symfony\\Component\\HttpKernel\\HttpCache\\SubRequestHandler' => __DIR__ . '/..' . '/symfony/http-kernel/HttpCache/SubRequestHandler.php',
|
||||||
'Symfony\\Component\\HttpKernel\\HttpCache\\SurrogateInterface' => __DIR__ . '/..' . '/symfony/http-kernel/HttpCache/SurrogateInterface.php',
|
'Symfony\\Component\\HttpKernel\\HttpCache\\SurrogateInterface' => __DIR__ . '/..' . '/symfony/http-kernel/HttpCache/SurrogateInterface.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\HttpClientKernel' => __DIR__ . '/..' . '/symfony/http-kernel/HttpClientKernel.php',
|
||||||
'Symfony\\Component\\HttpKernel\\HttpKernel' => __DIR__ . '/..' . '/symfony/http-kernel/HttpKernel.php',
|
'Symfony\\Component\\HttpKernel\\HttpKernel' => __DIR__ . '/..' . '/symfony/http-kernel/HttpKernel.php',
|
||||||
|
'Symfony\\Component\\HttpKernel\\HttpKernelBrowser' => __DIR__ . '/..' . '/symfony/http-kernel/HttpKernelBrowser.php',
|
||||||
'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => __DIR__ . '/..' . '/symfony/http-kernel/HttpKernelInterface.php',
|
'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => __DIR__ . '/..' . '/symfony/http-kernel/HttpKernelInterface.php',
|
||||||
'Symfony\\Component\\HttpKernel\\Kernel' => __DIR__ . '/..' . '/symfony/http-kernel/Kernel.php',
|
'Symfony\\Component\\HttpKernel\\Kernel' => __DIR__ . '/..' . '/symfony/http-kernel/Kernel.php',
|
||||||
'Symfony\\Component\\HttpKernel\\KernelEvents' => __DIR__ . '/..' . '/symfony/http-kernel/KernelEvents.php',
|
'Symfony\\Component\\HttpKernel\\KernelEvents' => __DIR__ . '/..' . '/symfony/http-kernel/KernelEvents.php',
|
||||||
@@ -4283,6 +4375,59 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'Symfony\\Component\\HttpKernel\\RebootableInterface' => __DIR__ . '/..' . '/symfony/http-kernel/RebootableInterface.php',
|
'Symfony\\Component\\HttpKernel\\RebootableInterface' => __DIR__ . '/..' . '/symfony/http-kernel/RebootableInterface.php',
|
||||||
'Symfony\\Component\\HttpKernel\\TerminableInterface' => __DIR__ . '/..' . '/symfony/http-kernel/TerminableInterface.php',
|
'Symfony\\Component\\HttpKernel\\TerminableInterface' => __DIR__ . '/..' . '/symfony/http-kernel/TerminableInterface.php',
|
||||||
'Symfony\\Component\\HttpKernel\\UriSigner' => __DIR__ . '/..' . '/symfony/http-kernel/UriSigner.php',
|
'Symfony\\Component\\HttpKernel\\UriSigner' => __DIR__ . '/..' . '/symfony/http-kernel/UriSigner.php',
|
||||||
|
'Symfony\\Component\\Mime\\Address' => __DIR__ . '/..' . '/symfony/mime/Address.php',
|
||||||
|
'Symfony\\Component\\Mime\\BodyRendererInterface' => __DIR__ . '/..' . '/symfony/mime/BodyRendererInterface.php',
|
||||||
|
'Symfony\\Component\\Mime\\CharacterStream' => __DIR__ . '/..' . '/symfony/mime/CharacterStream.php',
|
||||||
|
'Symfony\\Component\\Mime\\DependencyInjection\\AddMimeTypeGuesserPass' => __DIR__ . '/..' . '/symfony/mime/DependencyInjection/AddMimeTypeGuesserPass.php',
|
||||||
|
'Symfony\\Component\\Mime\\Email' => __DIR__ . '/..' . '/symfony/mime/Email.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\AddressEncoderInterface' => __DIR__ . '/..' . '/symfony/mime/Encoder/AddressEncoderInterface.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\Base64ContentEncoder' => __DIR__ . '/..' . '/symfony/mime/Encoder/Base64ContentEncoder.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\Base64Encoder' => __DIR__ . '/..' . '/symfony/mime/Encoder/Base64Encoder.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\Base64MimeHeaderEncoder' => __DIR__ . '/..' . '/symfony/mime/Encoder/Base64MimeHeaderEncoder.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\ContentEncoderInterface' => __DIR__ . '/..' . '/symfony/mime/Encoder/ContentEncoderInterface.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\EightBitContentEncoder' => __DIR__ . '/..' . '/symfony/mime/Encoder/EightBitContentEncoder.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\EncoderInterface' => __DIR__ . '/..' . '/symfony/mime/Encoder/EncoderInterface.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\IdnAddressEncoder' => __DIR__ . '/..' . '/symfony/mime/Encoder/IdnAddressEncoder.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\MimeHeaderEncoderInterface' => __DIR__ . '/..' . '/symfony/mime/Encoder/MimeHeaderEncoderInterface.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\QpContentEncoder' => __DIR__ . '/..' . '/symfony/mime/Encoder/QpContentEncoder.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\QpEncoder' => __DIR__ . '/..' . '/symfony/mime/Encoder/QpEncoder.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\QpMimeHeaderEncoder' => __DIR__ . '/..' . '/symfony/mime/Encoder/QpMimeHeaderEncoder.php',
|
||||||
|
'Symfony\\Component\\Mime\\Encoder\\Rfc2231Encoder' => __DIR__ . '/..' . '/symfony/mime/Encoder/Rfc2231Encoder.php',
|
||||||
|
'Symfony\\Component\\Mime\\Exception\\AddressEncoderException' => __DIR__ . '/..' . '/symfony/mime/Exception/AddressEncoderException.php',
|
||||||
|
'Symfony\\Component\\Mime\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/symfony/mime/Exception/ExceptionInterface.php',
|
||||||
|
'Symfony\\Component\\Mime\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/symfony/mime/Exception/InvalidArgumentException.php',
|
||||||
|
'Symfony\\Component\\Mime\\Exception\\LogicException' => __DIR__ . '/..' . '/symfony/mime/Exception/LogicException.php',
|
||||||
|
'Symfony\\Component\\Mime\\Exception\\RfcComplianceException' => __DIR__ . '/..' . '/symfony/mime/Exception/RfcComplianceException.php',
|
||||||
|
'Symfony\\Component\\Mime\\Exception\\RuntimeException' => __DIR__ . '/..' . '/symfony/mime/Exception/RuntimeException.php',
|
||||||
|
'Symfony\\Component\\Mime\\FileBinaryMimeTypeGuesser' => __DIR__ . '/..' . '/symfony/mime/FileBinaryMimeTypeGuesser.php',
|
||||||
|
'Symfony\\Component\\Mime\\FileinfoMimeTypeGuesser' => __DIR__ . '/..' . '/symfony/mime/FileinfoMimeTypeGuesser.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\AbstractHeader' => __DIR__ . '/..' . '/symfony/mime/Header/AbstractHeader.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\DateHeader' => __DIR__ . '/..' . '/symfony/mime/Header/DateHeader.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\HeaderInterface' => __DIR__ . '/..' . '/symfony/mime/Header/HeaderInterface.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\Headers' => __DIR__ . '/..' . '/symfony/mime/Header/Headers.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\IdentificationHeader' => __DIR__ . '/..' . '/symfony/mime/Header/IdentificationHeader.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\MailboxHeader' => __DIR__ . '/..' . '/symfony/mime/Header/MailboxHeader.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\MailboxListHeader' => __DIR__ . '/..' . '/symfony/mime/Header/MailboxListHeader.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\ParameterizedHeader' => __DIR__ . '/..' . '/symfony/mime/Header/ParameterizedHeader.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\PathHeader' => __DIR__ . '/..' . '/symfony/mime/Header/PathHeader.php',
|
||||||
|
'Symfony\\Component\\Mime\\Header\\UnstructuredHeader' => __DIR__ . '/..' . '/symfony/mime/Header/UnstructuredHeader.php',
|
||||||
|
'Symfony\\Component\\Mime\\Message' => __DIR__ . '/..' . '/symfony/mime/Message.php',
|
||||||
|
'Symfony\\Component\\Mime\\MessageConverter' => __DIR__ . '/..' . '/symfony/mime/MessageConverter.php',
|
||||||
|
'Symfony\\Component\\Mime\\MimeTypeGuesserInterface' => __DIR__ . '/..' . '/symfony/mime/MimeTypeGuesserInterface.php',
|
||||||
|
'Symfony\\Component\\Mime\\MimeTypes' => __DIR__ . '/..' . '/symfony/mime/MimeTypes.php',
|
||||||
|
'Symfony\\Component\\Mime\\MimeTypesInterface' => __DIR__ . '/..' . '/symfony/mime/MimeTypesInterface.php',
|
||||||
|
'Symfony\\Component\\Mime\\NamedAddress' => __DIR__ . '/..' . '/symfony/mime/NamedAddress.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\AbstractMultipartPart' => __DIR__ . '/..' . '/symfony/mime/Part/AbstractMultipartPart.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\AbstractPart' => __DIR__ . '/..' . '/symfony/mime/Part/AbstractPart.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\DataPart' => __DIR__ . '/..' . '/symfony/mime/Part/DataPart.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\MessagePart' => __DIR__ . '/..' . '/symfony/mime/Part/MessagePart.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\Multipart\\AlternativePart' => __DIR__ . '/..' . '/symfony/mime/Part/Multipart/AlternativePart.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\Multipart\\DigestPart' => __DIR__ . '/..' . '/symfony/mime/Part/Multipart/DigestPart.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\Multipart\\FormDataPart' => __DIR__ . '/..' . '/symfony/mime/Part/Multipart/FormDataPart.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\Multipart\\MixedPart' => __DIR__ . '/..' . '/symfony/mime/Part/Multipart/MixedPart.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\Multipart\\RelatedPart' => __DIR__ . '/..' . '/symfony/mime/Part/Multipart/RelatedPart.php',
|
||||||
|
'Symfony\\Component\\Mime\\Part\\TextPart' => __DIR__ . '/..' . '/symfony/mime/Part/TextPart.php',
|
||||||
|
'Symfony\\Component\\Mime\\RawMessage' => __DIR__ . '/..' . '/symfony/mime/RawMessage.php',
|
||||||
'Symfony\\Component\\Process\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/symfony/process/Exception/ExceptionInterface.php',
|
'Symfony\\Component\\Process\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/symfony/process/Exception/ExceptionInterface.php',
|
||||||
'Symfony\\Component\\Process\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/symfony/process/Exception/InvalidArgumentException.php',
|
'Symfony\\Component\\Process\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/symfony/process/Exception/InvalidArgumentException.php',
|
||||||
'Symfony\\Component\\Process\\Exception\\LogicException' => __DIR__ . '/..' . '/symfony/process/Exception/LogicException.php',
|
'Symfony\\Component\\Process\\Exception\\LogicException' => __DIR__ . '/..' . '/symfony/process/Exception/LogicException.php',
|
||||||
@@ -4310,7 +4455,9 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'Symfony\\Component\\Routing\\Exception\\NoConfigurationException' => __DIR__ . '/..' . '/symfony/routing/Exception/NoConfigurationException.php',
|
'Symfony\\Component\\Routing\\Exception\\NoConfigurationException' => __DIR__ . '/..' . '/symfony/routing/Exception/NoConfigurationException.php',
|
||||||
'Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => __DIR__ . '/..' . '/symfony/routing/Exception/ResourceNotFoundException.php',
|
'Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => __DIR__ . '/..' . '/symfony/routing/Exception/ResourceNotFoundException.php',
|
||||||
'Symfony\\Component\\Routing\\Exception\\RouteNotFoundException' => __DIR__ . '/..' . '/symfony/routing/Exception/RouteNotFoundException.php',
|
'Symfony\\Component\\Routing\\Exception\\RouteNotFoundException' => __DIR__ . '/..' . '/symfony/routing/Exception/RouteNotFoundException.php',
|
||||||
|
'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator' => __DIR__ . '/..' . '/symfony/routing/Generator/CompiledUrlGenerator.php',
|
||||||
'Symfony\\Component\\Routing\\Generator\\ConfigurableRequirementsInterface' => __DIR__ . '/..' . '/symfony/routing/Generator/ConfigurableRequirementsInterface.php',
|
'Symfony\\Component\\Routing\\Generator\\ConfigurableRequirementsInterface' => __DIR__ . '/..' . '/symfony/routing/Generator/ConfigurableRequirementsInterface.php',
|
||||||
|
'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper' => __DIR__ . '/..' . '/symfony/routing/Generator/Dumper/CompiledUrlGeneratorDumper.php',
|
||||||
'Symfony\\Component\\Routing\\Generator\\Dumper\\GeneratorDumper' => __DIR__ . '/..' . '/symfony/routing/Generator/Dumper/GeneratorDumper.php',
|
'Symfony\\Component\\Routing\\Generator\\Dumper\\GeneratorDumper' => __DIR__ . '/..' . '/symfony/routing/Generator/Dumper/GeneratorDumper.php',
|
||||||
'Symfony\\Component\\Routing\\Generator\\Dumper\\GeneratorDumperInterface' => __DIR__ . '/..' . '/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php',
|
'Symfony\\Component\\Routing\\Generator\\Dumper\\GeneratorDumperInterface' => __DIR__ . '/..' . '/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php',
|
||||||
'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper' => __DIR__ . '/..' . '/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php',
|
'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper' => __DIR__ . '/..' . '/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php',
|
||||||
@@ -4334,10 +4481,12 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'Symfony\\Component\\Routing\\Loader\\ProtectedPhpFileLoader' => __DIR__ . '/..' . '/symfony/routing/Loader/PhpFileLoader.php',
|
'Symfony\\Component\\Routing\\Loader\\ProtectedPhpFileLoader' => __DIR__ . '/..' . '/symfony/routing/Loader/PhpFileLoader.php',
|
||||||
'Symfony\\Component\\Routing\\Loader\\XmlFileLoader' => __DIR__ . '/..' . '/symfony/routing/Loader/XmlFileLoader.php',
|
'Symfony\\Component\\Routing\\Loader\\XmlFileLoader' => __DIR__ . '/..' . '/symfony/routing/Loader/XmlFileLoader.php',
|
||||||
'Symfony\\Component\\Routing\\Loader\\YamlFileLoader' => __DIR__ . '/..' . '/symfony/routing/Loader/YamlFileLoader.php',
|
'Symfony\\Component\\Routing\\Loader\\YamlFileLoader' => __DIR__ . '/..' . '/symfony/routing/Loader/YamlFileLoader.php',
|
||||||
|
'Symfony\\Component\\Routing\\Matcher\\CompiledUrlMatcher' => __DIR__ . '/..' . '/symfony/routing/Matcher/CompiledUrlMatcher.php',
|
||||||
|
'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper' => __DIR__ . '/..' . '/symfony/routing/Matcher/Dumper/CompiledUrlMatcherDumper.php',
|
||||||
|
'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait' => __DIR__ . '/..' . '/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php',
|
||||||
'Symfony\\Component\\Routing\\Matcher\\Dumper\\MatcherDumper' => __DIR__ . '/..' . '/symfony/routing/Matcher/Dumper/MatcherDumper.php',
|
'Symfony\\Component\\Routing\\Matcher\\Dumper\\MatcherDumper' => __DIR__ . '/..' . '/symfony/routing/Matcher/Dumper/MatcherDumper.php',
|
||||||
'Symfony\\Component\\Routing\\Matcher\\Dumper\\MatcherDumperInterface' => __DIR__ . '/..' . '/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php',
|
'Symfony\\Component\\Routing\\Matcher\\Dumper\\MatcherDumperInterface' => __DIR__ . '/..' . '/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php',
|
||||||
'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper' => __DIR__ . '/..' . '/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php',
|
'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper' => __DIR__ . '/..' . '/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php',
|
||||||
'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherTrait' => __DIR__ . '/..' . '/symfony/routing/Matcher/Dumper/PhpMatcherTrait.php',
|
|
||||||
'Symfony\\Component\\Routing\\Matcher\\Dumper\\StaticPrefixCollection' => __DIR__ . '/..' . '/symfony/routing/Matcher/Dumper/StaticPrefixCollection.php',
|
'Symfony\\Component\\Routing\\Matcher\\Dumper\\StaticPrefixCollection' => __DIR__ . '/..' . '/symfony/routing/Matcher/Dumper/StaticPrefixCollection.php',
|
||||||
'Symfony\\Component\\Routing\\Matcher\\RedirectableUrlMatcher' => __DIR__ . '/..' . '/symfony/routing/Matcher/RedirectableUrlMatcher.php',
|
'Symfony\\Component\\Routing\\Matcher\\RedirectableUrlMatcher' => __DIR__ . '/..' . '/symfony/routing/Matcher/RedirectableUrlMatcher.php',
|
||||||
'Symfony\\Component\\Routing\\Matcher\\RedirectableUrlMatcherInterface' => __DIR__ . '/..' . '/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php',
|
'Symfony\\Component\\Routing\\Matcher\\RedirectableUrlMatcherInterface' => __DIR__ . '/..' . '/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php',
|
||||||
@@ -4364,6 +4513,7 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'Symfony\\Component\\Translation\\DependencyInjection\\TranslationDumperPass' => __DIR__ . '/..' . '/symfony/translation/DependencyInjection/TranslationDumperPass.php',
|
'Symfony\\Component\\Translation\\DependencyInjection\\TranslationDumperPass' => __DIR__ . '/..' . '/symfony/translation/DependencyInjection/TranslationDumperPass.php',
|
||||||
'Symfony\\Component\\Translation\\DependencyInjection\\TranslationExtractorPass' => __DIR__ . '/..' . '/symfony/translation/DependencyInjection/TranslationExtractorPass.php',
|
'Symfony\\Component\\Translation\\DependencyInjection\\TranslationExtractorPass' => __DIR__ . '/..' . '/symfony/translation/DependencyInjection/TranslationExtractorPass.php',
|
||||||
'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPass' => __DIR__ . '/..' . '/symfony/translation/DependencyInjection/TranslatorPass.php',
|
'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPass' => __DIR__ . '/..' . '/symfony/translation/DependencyInjection/TranslatorPass.php',
|
||||||
|
'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPathsPass' => __DIR__ . '/..' . '/symfony/translation/DependencyInjection/TranslatorPathsPass.php',
|
||||||
'Symfony\\Component\\Translation\\Dumper\\CsvFileDumper' => __DIR__ . '/..' . '/symfony/translation/Dumper/CsvFileDumper.php',
|
'Symfony\\Component\\Translation\\Dumper\\CsvFileDumper' => __DIR__ . '/..' . '/symfony/translation/Dumper/CsvFileDumper.php',
|
||||||
'Symfony\\Component\\Translation\\Dumper\\DumperInterface' => __DIR__ . '/..' . '/symfony/translation/Dumper/DumperInterface.php',
|
'Symfony\\Component\\Translation\\Dumper\\DumperInterface' => __DIR__ . '/..' . '/symfony/translation/Dumper/DumperInterface.php',
|
||||||
'Symfony\\Component\\Translation\\Dumper\\FileDumper' => __DIR__ . '/..' . '/symfony/translation/Dumper/FileDumper.php',
|
'Symfony\\Component\\Translation\\Dumper\\FileDumper' => __DIR__ . '/..' . '/symfony/translation/Dumper/FileDumper.php',
|
||||||
@@ -4433,6 +4583,8 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'Symfony\\Component\\VarDumper\\Caster\\DOMCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/DOMCaster.php',
|
'Symfony\\Component\\VarDumper\\Caster\\DOMCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/DOMCaster.php',
|
||||||
'Symfony\\Component\\VarDumper\\Caster\\DateCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/DateCaster.php',
|
'Symfony\\Component\\VarDumper\\Caster\\DateCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/DateCaster.php',
|
||||||
'Symfony\\Component\\VarDumper\\Caster\\DoctrineCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/DoctrineCaster.php',
|
'Symfony\\Component\\VarDumper\\Caster\\DoctrineCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/DoctrineCaster.php',
|
||||||
|
'Symfony\\Component\\VarDumper\\Caster\\DsCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/DsCaster.php',
|
||||||
|
'Symfony\\Component\\VarDumper\\Caster\\DsPairStub' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/DsPairStub.php',
|
||||||
'Symfony\\Component\\VarDumper\\Caster\\EnumStub' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/EnumStub.php',
|
'Symfony\\Component\\VarDumper\\Caster\\EnumStub' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/EnumStub.php',
|
||||||
'Symfony\\Component\\VarDumper\\Caster\\ExceptionCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/ExceptionCaster.php',
|
'Symfony\\Component\\VarDumper\\Caster\\ExceptionCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/ExceptionCaster.php',
|
||||||
'Symfony\\Component\\VarDumper\\Caster\\FrameStub' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/FrameStub.php',
|
'Symfony\\Component\\VarDumper\\Caster\\FrameStub' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/FrameStub.php',
|
||||||
@@ -4477,46 +4629,24 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
|||||||
'Symfony\\Component\\VarDumper\\Server\\DumpServer' => __DIR__ . '/..' . '/symfony/var-dumper/Server/DumpServer.php',
|
'Symfony\\Component\\VarDumper\\Server\\DumpServer' => __DIR__ . '/..' . '/symfony/var-dumper/Server/DumpServer.php',
|
||||||
'Symfony\\Component\\VarDumper\\Test\\VarDumperTestTrait' => __DIR__ . '/..' . '/symfony/var-dumper/Test/VarDumperTestTrait.php',
|
'Symfony\\Component\\VarDumper\\Test\\VarDumperTestTrait' => __DIR__ . '/..' . '/symfony/var-dumper/Test/VarDumperTestTrait.php',
|
||||||
'Symfony\\Component\\VarDumper\\VarDumper' => __DIR__ . '/..' . '/symfony/var-dumper/VarDumper.php',
|
'Symfony\\Component\\VarDumper\\VarDumper' => __DIR__ . '/..' . '/symfony/var-dumper/VarDumper.php',
|
||||||
'Symfony\\Contracts\\Cache\\CacheInterface' => __DIR__ . '/..' . '/symfony/contracts/Cache/CacheInterface.php',
|
'Symfony\\Contracts\\EventDispatcher\\Event' => __DIR__ . '/..' . '/symfony/event-dispatcher-contracts/Event.php',
|
||||||
'Symfony\\Contracts\\Cache\\CacheTrait' => __DIR__ . '/..' . '/symfony/contracts/Cache/CacheTrait.php',
|
'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => __DIR__ . '/..' . '/symfony/event-dispatcher-contracts/EventDispatcherInterface.php',
|
||||||
'Symfony\\Contracts\\Cache\\CallbackInterface' => __DIR__ . '/..' . '/symfony/contracts/Cache/CallbackInterface.php',
|
'Symfony\\Contracts\\Service\\ResetInterface' => __DIR__ . '/..' . '/symfony/service-contracts/ResetInterface.php',
|
||||||
'Symfony\\Contracts\\Cache\\ItemInterface' => __DIR__ . '/..' . '/symfony/contracts/Cache/ItemInterface.php',
|
'Symfony\\Contracts\\Service\\ServiceLocatorTrait' => __DIR__ . '/..' . '/symfony/service-contracts/ServiceLocatorTrait.php',
|
||||||
'Symfony\\Contracts\\Cache\\TagAwareCacheInterface' => __DIR__ . '/..' . '/symfony/contracts/Cache/TagAwareCacheInterface.php',
|
'Symfony\\Contracts\\Service\\ServiceProviderInterface' => __DIR__ . '/..' . '/symfony/service-contracts/ServiceProviderInterface.php',
|
||||||
'Symfony\\Contracts\\EventDispatcher\\Event' => __DIR__ . '/..' . '/symfony/contracts/EventDispatcher/Event.php',
|
'Symfony\\Contracts\\Service\\ServiceSubscriberInterface' => __DIR__ . '/..' . '/symfony/service-contracts/ServiceSubscriberInterface.php',
|
||||||
'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => __DIR__ . '/..' . '/symfony/contracts/EventDispatcher/EventDispatcherInterface.php',
|
'Symfony\\Contracts\\Service\\ServiceSubscriberTrait' => __DIR__ . '/..' . '/symfony/service-contracts/ServiceSubscriberTrait.php',
|
||||||
'Symfony\\Contracts\\HttpClient\\ChunkInterface' => __DIR__ . '/..' . '/symfony/contracts/HttpClient/ChunkInterface.php',
|
'Symfony\\Contracts\\Service\\Test\\ServiceLocatorTest' => __DIR__ . '/..' . '/symfony/service-contracts/Test/ServiceLocatorTest.php',
|
||||||
'Symfony\\Contracts\\HttpClient\\Exception\\ClientExceptionInterface' => __DIR__ . '/..' . '/symfony/contracts/HttpClient/Exception/ClientExceptionInterface.php',
|
'Symfony\\Contracts\\Translation\\LocaleAwareInterface' => __DIR__ . '/..' . '/symfony/translation-contracts/LocaleAwareInterface.php',
|
||||||
'Symfony\\Contracts\\HttpClient\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/symfony/contracts/HttpClient/Exception/ExceptionInterface.php',
|
'Symfony\\Contracts\\Translation\\Test\\TranslatorTest' => __DIR__ . '/..' . '/symfony/translation-contracts/Test/TranslatorTest.php',
|
||||||
'Symfony\\Contracts\\HttpClient\\Exception\\HttpExceptionInterface' => __DIR__ . '/..' . '/symfony/contracts/HttpClient/Exception/HttpExceptionInterface.php',
|
'Symfony\\Contracts\\Translation\\TranslatorInterface' => __DIR__ . '/..' . '/symfony/translation-contracts/TranslatorInterface.php',
|
||||||
'Symfony\\Contracts\\HttpClient\\Exception\\RedirectionExceptionInterface' => __DIR__ . '/..' . '/symfony/contracts/HttpClient/Exception/RedirectionExceptionInterface.php',
|
'Symfony\\Contracts\\Translation\\TranslatorTrait' => __DIR__ . '/..' . '/symfony/translation-contracts/TranslatorTrait.php',
|
||||||
'Symfony\\Contracts\\HttpClient\\Exception\\ServerExceptionInterface' => __DIR__ . '/..' . '/symfony/contracts/HttpClient/Exception/ServerExceptionInterface.php',
|
|
||||||
'Symfony\\Contracts\\HttpClient\\Exception\\TransportExceptionInterface' => __DIR__ . '/..' . '/symfony/contracts/HttpClient/Exception/TransportExceptionInterface.php',
|
|
||||||
'Symfony\\Contracts\\HttpClient\\HttpClientInterface' => __DIR__ . '/..' . '/symfony/contracts/HttpClient/HttpClientInterface.php',
|
|
||||||
'Symfony\\Contracts\\HttpClient\\ResponseInterface' => __DIR__ . '/..' . '/symfony/contracts/HttpClient/ResponseInterface.php',
|
|
||||||
'Symfony\\Contracts\\HttpClient\\ResponseStreamInterface' => __DIR__ . '/..' . '/symfony/contracts/HttpClient/ResponseStreamInterface.php',
|
|
||||||
'Symfony\\Contracts\\HttpClient\\Test\\HttpClientTestCase' => __DIR__ . '/..' . '/symfony/contracts/HttpClient/Test/HttpClientTestCase.php',
|
|
||||||
'Symfony\\Contracts\\HttpClient\\Test\\TestHttpServer' => __DIR__ . '/..' . '/symfony/contracts/HttpClient/Test/TestHttpServer.php',
|
|
||||||
'Symfony\\Contracts\\Service\\ResetInterface' => __DIR__ . '/..' . '/symfony/contracts/Service/ResetInterface.php',
|
|
||||||
'Symfony\\Contracts\\Service\\ServiceLocatorTrait' => __DIR__ . '/..' . '/symfony/contracts/Service/ServiceLocatorTrait.php',
|
|
||||||
'Symfony\\Contracts\\Service\\ServiceProviderInterface' => __DIR__ . '/..' . '/symfony/contracts/Service/ServiceProviderInterface.php',
|
|
||||||
'Symfony\\Contracts\\Service\\ServiceSubscriberInterface' => __DIR__ . '/..' . '/symfony/contracts/Service/ServiceSubscriberInterface.php',
|
|
||||||
'Symfony\\Contracts\\Service\\ServiceSubscriberTrait' => __DIR__ . '/..' . '/symfony/contracts/Service/ServiceSubscriberTrait.php',
|
|
||||||
'Symfony\\Contracts\\Tests\\Cache\\CacheTraitTest' => __DIR__ . '/..' . '/symfony/contracts/Tests/Cache/CacheTraitTest.php',
|
|
||||||
'Symfony\\Contracts\\Tests\\Cache\\TestPool' => __DIR__ . '/..' . '/symfony/contracts/Tests/Cache/CacheTraitTest.php',
|
|
||||||
'Symfony\\Contracts\\Tests\\Service\\ChildTestService' => __DIR__ . '/..' . '/symfony/contracts/Tests/Service/ServiceSubscriberTraitTest.php',
|
|
||||||
'Symfony\\Contracts\\Tests\\Service\\ParentTestService' => __DIR__ . '/..' . '/symfony/contracts/Tests/Service/ServiceSubscriberTraitTest.php',
|
|
||||||
'Symfony\\Contracts\\Tests\\Service\\ServiceLocatorTest' => __DIR__ . '/..' . '/symfony/contracts/Tests/Service/ServiceLocatorTest.php',
|
|
||||||
'Symfony\\Contracts\\Tests\\Service\\ServiceSubscriberTraitTest' => __DIR__ . '/..' . '/symfony/contracts/Tests/Service/ServiceSubscriberTraitTest.php',
|
|
||||||
'Symfony\\Contracts\\Tests\\Service\\TestService' => __DIR__ . '/..' . '/symfony/contracts/Tests/Service/ServiceSubscriberTraitTest.php',
|
|
||||||
'Symfony\\Contracts\\Tests\\Translation\\TranslatorTest' => __DIR__ . '/..' . '/symfony/contracts/Tests/Translation/TranslatorTest.php',
|
|
||||||
'Symfony\\Contracts\\Translation\\LocaleAwareInterface' => __DIR__ . '/..' . '/symfony/contracts/Translation/LocaleAwareInterface.php',
|
|
||||||
'Symfony\\Contracts\\Translation\\TranslatorInterface' => __DIR__ . '/..' . '/symfony/contracts/Translation/TranslatorInterface.php',
|
|
||||||
'Symfony\\Contracts\\Translation\\TranslatorTrait' => __DIR__ . '/..' . '/symfony/contracts/Translation/TranslatorTrait.php',
|
|
||||||
'Symfony\\Polyfill\\Ctype\\Ctype' => __DIR__ . '/..' . '/symfony/polyfill-ctype/Ctype.php',
|
'Symfony\\Polyfill\\Ctype\\Ctype' => __DIR__ . '/..' . '/symfony/polyfill-ctype/Ctype.php',
|
||||||
'Symfony\\Polyfill\\Iconv\\Iconv' => __DIR__ . '/..' . '/symfony/polyfill-iconv/Iconv.php',
|
'Symfony\\Polyfill\\Iconv\\Iconv' => __DIR__ . '/..' . '/symfony/polyfill-iconv/Iconv.php',
|
||||||
'Symfony\\Polyfill\\Intl\\Idn\\Idn' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/Idn.php',
|
'Symfony\\Polyfill\\Intl\\Idn\\Idn' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/Idn.php',
|
||||||
'Symfony\\Polyfill\\Mbstring\\Mbstring' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/Mbstring.php',
|
'Symfony\\Polyfill\\Mbstring\\Mbstring' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/Mbstring.php',
|
||||||
'Symfony\\Polyfill\\Php72\\Php72' => __DIR__ . '/..' . '/symfony/polyfill-php72/Php72.php',
|
'Symfony\\Polyfill\\Php72\\Php72' => __DIR__ . '/..' . '/symfony/polyfill-php72/Php72.php',
|
||||||
|
'Symfony\\Polyfill\\Php73\\Php73' => __DIR__ . '/..' . '/symfony/polyfill-php73/Php73.php',
|
||||||
'Tests\\CreatesApplication' => __DIR__ . '/../..' . '/tests/CreatesApplication.php',
|
'Tests\\CreatesApplication' => __DIR__ . '/../..' . '/tests/CreatesApplication.php',
|
||||||
'Tests\\Feature\\ExampleTest' => __DIR__ . '/../..' . '/tests/Feature/ExampleTest.php',
|
'Tests\\Feature\\ExampleTest' => __DIR__ . '/../..' . '/tests/Feature/ExampleTest.php',
|
||||||
'Tests\\TestCase' => __DIR__ . '/../..' . '/tests/TestCase.php',
|
'Tests\\TestCase' => __DIR__ . '/../..' . '/tests/TestCase.php',
|
||||||
|
|||||||
730
vendor/composer/installed.json
vendored
730
vendor/composer/installed.json
vendored
File diff suppressed because it is too large
Load Diff
2
vendor/consoletvs/charts/.gitattributes
vendored
Normal file
2
vendor/consoletvs/charts/.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Auto detect text files and perform LF normalization
|
||||||
|
* text=auto
|
||||||
1
vendor/consoletvs/charts/.gitignore
vendored
Normal file
1
vendor/consoletvs/charts/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.DS_Store
|
||||||
21
vendor/consoletvs/charts/LICENSE
vendored
Normal file
21
vendor/consoletvs/charts/LICENSE
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) Èrik Campobadal Forés <soc@erik.cat>
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
28
vendor/consoletvs/charts/README.md
vendored
Normal file
28
vendor/consoletvs/charts/README.md
vendored
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
<p align="center"><a href="https://charts.erik.cat"><img src="https://i.gyazo.com/b33ab534d6fdfa7d4eba2abd91a155c3.png"></a></p>
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://styleci.io/repos/69124179"><img src="https://styleci.io/repos/69124179/shield?branch=master&style=flat" alt="StyleCI Status"></a>
|
||||||
|
<a class="badge-align" href="https://www.codacy.com/app/consoletvs/Charts?utm_source=github.com&utm_medium=referral&utm_content=ConsoleTVs/Charts&utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/b96ce6dd50de4a69ba191336a04a59e5"/></a>
|
||||||
|
<a href="https://styleci.io/repos/69124179"><img src="https://img.shields.io/badge/Built_for-Laravel-orange.svg" alt="Build For Laravel"></a>
|
||||||
|
<a href="https://packagist.org/packages/consoletvs/charts"><img src="https://poser.pugx.org/consoletvs/charts/d/total.svg" alt="Total Downloads"></a>
|
||||||
|
<a href="https://packagist.org/packages/consoletvs/charts"><img src="https://poser.pugx.org/consoletvs/charts/v/stable.svg" alt="Latest Stable Version"></a>
|
||||||
|
<a href="https://packagist.org/packages/consoletvs/charts"><img src="https://poser.pugx.org/consoletvs/charts/license.svg" alt="License"></a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
## What is charts?
|
||||||
|
|
||||||
|
Charts is a PHP (Laravel) library to handle all the charts in your application. It supports multiple
|
||||||
|
charting libraries and they allow to be loaded over AJAX with a nice loading animation.
|
||||||
|
|
||||||
|
It uses a simple API to create all the JS logic for you. You just need to write a few PHP lines :)
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
The documentation for the latest version of charts can be found here by pressing the image below.
|
||||||
|
|
||||||
|
<p align="center"><a href="https://charts.erik.cat"><img height="250" src="https://i.imgur.com/F0PDyYE.png"></a></p>
|
||||||
|
|
||||||
|
## Example screenshot
|
||||||
|
|
||||||
|
A sample screenshot of a chartjs chart created using Charts.
|
||||||
|
|
||||||
|
<p align="center"><img src="https://image.prntscr.com/image/FDJCr7ywShKMUlFitEc_Ww.png"></p>
|
||||||
31
vendor/consoletvs/charts/composer.json
vendored
Normal file
31
vendor/consoletvs/charts/composer.json
vendored
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"name": "consoletvs/charts",
|
||||||
|
"description": "The laravel charting package",
|
||||||
|
"license": "MIT",
|
||||||
|
"type": "library",
|
||||||
|
"require": {
|
||||||
|
"php": ">=7.0",
|
||||||
|
"illuminate/support": "5.*",
|
||||||
|
"illuminate/console": "5.*",
|
||||||
|
"balping/json-raw-encoder": "^1.0"
|
||||||
|
},
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Èrik Campobadal Forés ",
|
||||||
|
"email": "soc@erik.cat"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"ConsoleTVs\\Charts\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"extra": {
|
||||||
|
"laravel": {
|
||||||
|
"providers": [
|
||||||
|
"ConsoleTVs\\Charts\\ChartsServiceProvider"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"minimum-stability": "dev"
|
||||||
|
}
|
||||||
46
vendor/consoletvs/charts/src/ChartsServiceProvider.php
vendored
Normal file
46
vendor/consoletvs/charts/src/ChartsServiceProvider.php
vendored
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts;
|
||||||
|
|
||||||
|
use Illuminate\Routing\Router;
|
||||||
|
use Illuminate\Support\ServiceProvider;
|
||||||
|
|
||||||
|
class ChartsServiceProvider extends ServiceProvider
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Bootstrap the application services.
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function boot(Router $router)
|
||||||
|
{
|
||||||
|
$this->publishes([
|
||||||
|
__DIR__.'/Config/charts.php' => config_path('charts.php'),
|
||||||
|
], 'charts_config');
|
||||||
|
|
||||||
|
$this->loadViewsFrom(__DIR__.'/Views', 'charts');
|
||||||
|
|
||||||
|
$this->publishes([
|
||||||
|
__DIR__.'/Views' => resource_path('views/vendor/charts'),
|
||||||
|
]);
|
||||||
|
|
||||||
|
if ($this->app->runningInConsole()) {
|
||||||
|
$this->commands([
|
||||||
|
\ConsoleTVs\Charts\Commands\ChartsCommand::class,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Register the application services.
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function register()
|
||||||
|
{
|
||||||
|
$this->mergeConfigFrom(
|
||||||
|
__DIR__.'/Config/charts.php',
|
||||||
|
'charts'
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
542
vendor/consoletvs/charts/src/Classes/BaseChart.php
vendored
Normal file
542
vendor/consoletvs/charts/src/Classes/BaseChart.php
vendored
Normal file
@@ -0,0 +1,542 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Classes;
|
||||||
|
|
||||||
|
use Balping\JsonRaw\Encoder;
|
||||||
|
use Balping\JsonRaw\Raw;
|
||||||
|
use Illuminate\Support\Collection;
|
||||||
|
use Illuminate\Support\Facades\View;
|
||||||
|
|
||||||
|
class BaseChart
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Stores the chart ID.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $id;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stores the chart datasets.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
public $datasets = [];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stores the dataset class to be used.
|
||||||
|
*
|
||||||
|
* @var object
|
||||||
|
*/
|
||||||
|
protected $dataset = DatasetClass::class;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stores the chart labels.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
public $labels = [];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stores the chart container.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $container = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stores the chart options.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
public $options = [];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stores the plugins options.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
public $plugins = [];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stores the plugin views.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
public $pluginsViews = [];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stores the chart script.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $script = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stores the chart type.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $type = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stores the API url if the chart is loaded over API.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $api_url = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determines if the loader is show.
|
||||||
|
*
|
||||||
|
* @var bool
|
||||||
|
*/
|
||||||
|
public $loader = true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determines if the loader color.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $loaderColor = '#22292F';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stores the height of the chart.
|
||||||
|
*
|
||||||
|
* @var int
|
||||||
|
*/
|
||||||
|
public $height = 400;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stores the width of the chart.
|
||||||
|
*
|
||||||
|
* @var int
|
||||||
|
*/
|
||||||
|
public $width = null;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stores the available chart letters to create the ID.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
public $scriptAttributes = [
|
||||||
|
'type' => 'text/javascript',
|
||||||
|
];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stores the available chart letters to create the ID.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
private $chartLetters = 'abcdefghijklmnopqrstuvwxyz';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Chart constructor.
|
||||||
|
*/
|
||||||
|
public function __construct()
|
||||||
|
{
|
||||||
|
$this->id = substr(str_shuffle(str_repeat($x = $this->chartLetters, ceil(25 / strlen($x)))), 1, 25);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Adds a new dataset to the chart.
|
||||||
|
*
|
||||||
|
* @param string $name
|
||||||
|
* @param array|Collection $data
|
||||||
|
*/
|
||||||
|
public function dataset(string $name, string $type, $data)
|
||||||
|
{
|
||||||
|
if ($data instanceof Collection) {
|
||||||
|
$data = $data->toArray();
|
||||||
|
}
|
||||||
|
|
||||||
|
$dataset = new $this->dataset($name, $type, $data);
|
||||||
|
|
||||||
|
array_push($this->datasets, $dataset);
|
||||||
|
|
||||||
|
return $dataset;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the chart labels.
|
||||||
|
*
|
||||||
|
* @param array|Collection $labels
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function labels($labels)
|
||||||
|
{
|
||||||
|
if ($labels instanceof Collection) {
|
||||||
|
$labels = $labels->toArray();
|
||||||
|
}
|
||||||
|
|
||||||
|
$this->labels = $labels;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the chart options.
|
||||||
|
*
|
||||||
|
* @param array|Collection $options
|
||||||
|
* @param bool $overwrite
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function options($options, bool $overwrite = false)
|
||||||
|
{
|
||||||
|
if (!empty($options['plugins'])) {
|
||||||
|
$options['plugins'] = new Raw(trim(preg_replace('/\s\s+/', ' ', $options['plugins'])));
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($options instanceof Collection) {
|
||||||
|
$options = $options->toArray();
|
||||||
|
}
|
||||||
|
if ($overwrite) {
|
||||||
|
$this->options = $options;
|
||||||
|
} else {
|
||||||
|
$this->options = array_replace_recursive($this->options, $options);
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the plugins options.
|
||||||
|
*
|
||||||
|
* @param array|Collection $options
|
||||||
|
* @param bool $overwrite
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function plugins($plugins, bool $overwrite = true)
|
||||||
|
{
|
||||||
|
if ($plugins instanceof Collection) {
|
||||||
|
$plugins = $plugins->toArray();
|
||||||
|
}
|
||||||
|
if ($overwrite) {
|
||||||
|
$this->plugins = $plugins;
|
||||||
|
} else {
|
||||||
|
$this->plugins = array_replace_recursive($this->plugins, $plugins);
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the chart container.
|
||||||
|
*
|
||||||
|
* @param string $container
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function container(string $container = null)
|
||||||
|
{
|
||||||
|
if (!$container) {
|
||||||
|
return View::make($this->container, ['chart' => $this]);
|
||||||
|
}
|
||||||
|
|
||||||
|
$this->container = $container;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the chart script.
|
||||||
|
*
|
||||||
|
* @param string $script
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function script(string $script = null)
|
||||||
|
{
|
||||||
|
if (count($this->datasets) == 0 && !$this->api_url) {
|
||||||
|
throw new \Exception('No datasets provided, please provide at least one dataset to generate a chart');
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!$script) {
|
||||||
|
return View::make($this->script, ['chart' => $this]);
|
||||||
|
}
|
||||||
|
|
||||||
|
$this->script = $script;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the chart type.
|
||||||
|
*
|
||||||
|
* @param string $type
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function type(string $type)
|
||||||
|
{
|
||||||
|
$this->type = $type;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the chart height.
|
||||||
|
*
|
||||||
|
* @param int $height
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function height(int $height)
|
||||||
|
{
|
||||||
|
$this->height = $height;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the chart width.
|
||||||
|
*
|
||||||
|
* @param int $width
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function width(int $width)
|
||||||
|
{
|
||||||
|
$this->width = $width;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Formats the type to be a correct output.
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function formatType()
|
||||||
|
{
|
||||||
|
return $this->type ? $this->type : $this->datasets[0]->type;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Formats the labels to be a correct output.
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function formatLabels()
|
||||||
|
{
|
||||||
|
return Encoder::encode($this->labels);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Formats the chart options.
|
||||||
|
*
|
||||||
|
* @param bool $strict
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function formatOptions(bool $strict = false, bool $noBraces = false)
|
||||||
|
{
|
||||||
|
if (!$strict && count($this->options) === 0) {
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
|
||||||
|
$options = Encoder::encode($this->options);
|
||||||
|
|
||||||
|
return $noBraces ? substr($options, 1, -1) : $options;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Formats the plugins options.
|
||||||
|
*
|
||||||
|
* @param bool $strict
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function formatPlugins(bool $strict = false, bool $noBraces = false)
|
||||||
|
{
|
||||||
|
if (!$strict && count($this->plugins) === 0) {
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
|
||||||
|
$plugins = str_replace('"', '', Encoder::encode($this->plugins));
|
||||||
|
|
||||||
|
return $noBraces ? substr($plugins, 1, -1) : $plugins;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use this to pass values to json without any modification
|
||||||
|
* Useful for defining callbacks.
|
||||||
|
*
|
||||||
|
* @param string $value
|
||||||
|
*
|
||||||
|
* @return \Balping\JsonRaw\Raw
|
||||||
|
*/
|
||||||
|
public function rawObject(string $value)
|
||||||
|
{
|
||||||
|
return new Raw($value);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Reset the chart options.
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function reset()
|
||||||
|
{
|
||||||
|
return $this->options([], true);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Formats the datasets for the output.
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function formatDatasets()
|
||||||
|
{
|
||||||
|
// This little boy was commented because it's not compatible
|
||||||
|
// in laravel < 5.4
|
||||||
|
//
|
||||||
|
// return Collection::make($this->datasets)
|
||||||
|
// ->each
|
||||||
|
// ->matchValues(count($this->labels))
|
||||||
|
// ->map
|
||||||
|
// ->format($this->labels)
|
||||||
|
// ->toJson();
|
||||||
|
|
||||||
|
return Encoder::encode(
|
||||||
|
Collection::make($this->datasets)
|
||||||
|
->each(function ($dataset) {
|
||||||
|
$dataset->matchValues(count($this->labels));
|
||||||
|
})
|
||||||
|
->map(function ($dataset) {
|
||||||
|
return $dataset->format($this->labels);
|
||||||
|
})
|
||||||
|
->toArray()
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Indicates that the chart information will be loaded over API.
|
||||||
|
*
|
||||||
|
* @param string $api_url
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function load(string $api_url)
|
||||||
|
{
|
||||||
|
$this->api_url = $api_url;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determines if the chart should show a loader.
|
||||||
|
*
|
||||||
|
* @param bool $loader
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function loader(bool $loader)
|
||||||
|
{
|
||||||
|
$this->loader = $loader;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determines the loader color.
|
||||||
|
*
|
||||||
|
* @param string $color
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function loaderColor(string $color)
|
||||||
|
{
|
||||||
|
$this->loaderColor = $color;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Alias for the formatDatasets() method.
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function api()
|
||||||
|
{
|
||||||
|
return $this->formatDatasets();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets an HTML attribute the the script tag of the chart.
|
||||||
|
*
|
||||||
|
* @param string $key
|
||||||
|
* @param string $value
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function setScriptAttribute(string $key, string $value)
|
||||||
|
{
|
||||||
|
$this->scriptAttributes[$key] = $value;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the string formatting of the script attributes.
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function displayScriptAttributes(): string
|
||||||
|
{
|
||||||
|
$result = '';
|
||||||
|
foreach ($this->scriptAttributes as $key => $value) {
|
||||||
|
echo " {$key}=\"{$value}\"";
|
||||||
|
}
|
||||||
|
|
||||||
|
return $result;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Formats the container options.
|
||||||
|
*
|
||||||
|
* @param string $type
|
||||||
|
* @param bool $maxIfNull
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function formatContainerOptions(string $type = 'css', bool $maxIfNull = false)
|
||||||
|
{
|
||||||
|
$options = '';
|
||||||
|
$height = ($maxIfNull && !$this->height) ? '100%' : $this->height;
|
||||||
|
$width = ($maxIfNull && !$this->width) ? '100%' : $this->width;
|
||||||
|
|
||||||
|
switch ($type) {
|
||||||
|
case 'css':
|
||||||
|
$options .= " style='";
|
||||||
|
(!$height) ?: $options .= "height: {$height}px !important;";
|
||||||
|
(!$width) ?: $options .= "width: {$width}px !important;";
|
||||||
|
$options .= "' ";
|
||||||
|
break;
|
||||||
|
case 'js':
|
||||||
|
if ($height) {
|
||||||
|
if (is_int($height)) {
|
||||||
|
$options .= "height: {$height}, ";
|
||||||
|
} else {
|
||||||
|
$options .= "height: '{$height}', ";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if ($width) {
|
||||||
|
if (is_int($width)) {
|
||||||
|
$options .= "width: {$width}, ";
|
||||||
|
} else {
|
||||||
|
$options .= "width: '{$width}', ";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
(!$height) ?: $options .= " height='{$this->height}' ";
|
||||||
|
(!$this->width) ?: $options .= " width='{$this->width}' ";
|
||||||
|
}
|
||||||
|
|
||||||
|
return $options;
|
||||||
|
}
|
||||||
|
}
|
||||||
59
vendor/consoletvs/charts/src/Classes/C3/Chart.php
vendored
Normal file
59
vendor/consoletvs/charts/src/Classes/C3/Chart.php
vendored
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Classes\C3;
|
||||||
|
|
||||||
|
use ConsoleTVs\Charts\Classes\BaseChart;
|
||||||
|
use ConsoleTVs\Charts\Features\C3\Chart as ChartFeatures;
|
||||||
|
use Illuminate\Support\Collection;
|
||||||
|
|
||||||
|
class Chart extends BaseChart
|
||||||
|
{
|
||||||
|
use ChartFeatures;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* C3 dataset class.
|
||||||
|
*
|
||||||
|
* @var object
|
||||||
|
*/
|
||||||
|
public $dataset = Dataset::class;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Initiates the C3 Line Chart.
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function __construct()
|
||||||
|
{
|
||||||
|
parent::__construct();
|
||||||
|
|
||||||
|
$this->container = 'charts::c3.container';
|
||||||
|
$this->script = 'charts::c3.script';
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Formats the datasets.
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function formatDatasets()
|
||||||
|
{
|
||||||
|
$datasets = Collection::make($this->datasets);
|
||||||
|
|
||||||
|
return json_encode([
|
||||||
|
'columns' => Collection::make($this->datasets)
|
||||||
|
->each(function ($dataset) {
|
||||||
|
$dataset->matchValues(count($this->labels));
|
||||||
|
})
|
||||||
|
->map(function ($dataset) {
|
||||||
|
return $dataset->format($this->labels);
|
||||||
|
})
|
||||||
|
->toArray(),
|
||||||
|
'type' => $datasets->first()->type,
|
||||||
|
'types' => $datasets->mapWithKeys(function ($d) {
|
||||||
|
return [$d->name => $d->type];
|
||||||
|
})->toArray(),
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
}
|
||||||
33
vendor/consoletvs/charts/src/Classes/C3/Dataset.php
vendored
Normal file
33
vendor/consoletvs/charts/src/Classes/C3/Dataset.php
vendored
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Classes\C3;
|
||||||
|
|
||||||
|
use ConsoleTVs\Charts\Classes\DatasetClass;
|
||||||
|
use ConsoleTVs\Charts\Features\C3\Dataset as DatasetFeatures;
|
||||||
|
|
||||||
|
class Dataset extends DatasetClass
|
||||||
|
{
|
||||||
|
use DatasetFeatures;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creates a new dataset with the given values.
|
||||||
|
*
|
||||||
|
* @param string $name
|
||||||
|
* @param string $type
|
||||||
|
* @param array $values
|
||||||
|
*/
|
||||||
|
public function __construct(string $name, string $type, array $values)
|
||||||
|
{
|
||||||
|
parent::__construct($name, $type, $values);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Formats the dataset for chartjs.
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
public function format()
|
||||||
|
{
|
||||||
|
return array_merge([$this->name], $this->values);
|
||||||
|
}
|
||||||
|
}
|
||||||
45
vendor/consoletvs/charts/src/Classes/Chartjs/Chart.php
vendored
Normal file
45
vendor/consoletvs/charts/src/Classes/Chartjs/Chart.php
vendored
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Classes\Chartjs;
|
||||||
|
|
||||||
|
use ConsoleTVs\Charts\Classes\BaseChart;
|
||||||
|
use ConsoleTVs\Charts\Features\Chartjs\Chart as ChartFeatures;
|
||||||
|
|
||||||
|
class Chart extends BaseChart
|
||||||
|
{
|
||||||
|
use ChartFeatures;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Chartjs dataset class.
|
||||||
|
*
|
||||||
|
* @var object
|
||||||
|
*/
|
||||||
|
public $dataset = Dataset::class;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Initiates the Chartjs Line Chart.
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function __construct()
|
||||||
|
{
|
||||||
|
parent::__construct();
|
||||||
|
|
||||||
|
$this->container = 'charts::chartjs.container';
|
||||||
|
$this->script = 'charts::chartjs.script';
|
||||||
|
|
||||||
|
return $this->options([
|
||||||
|
'maintainAspectRatio' => false,
|
||||||
|
'scales' => [
|
||||||
|
'xAxes' => [],
|
||||||
|
'yAxes' => [
|
||||||
|
[
|
||||||
|
'ticks' => [
|
||||||
|
'beginAtZero' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
}
|
||||||
41
vendor/consoletvs/charts/src/Classes/Chartjs/Dataset.php
vendored
Normal file
41
vendor/consoletvs/charts/src/Classes/Chartjs/Dataset.php
vendored
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Classes\Chartjs;
|
||||||
|
|
||||||
|
use ConsoleTVs\Charts\Classes\DatasetClass;
|
||||||
|
use ConsoleTVs\Charts\Features\Chartjs\Dataset as DatasetFeatures;
|
||||||
|
|
||||||
|
class Dataset extends DatasetClass
|
||||||
|
{
|
||||||
|
use DatasetFeatures;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creates a new dataset with the given values.
|
||||||
|
*
|
||||||
|
* @param string $name
|
||||||
|
* @param string $type
|
||||||
|
* @param array $values
|
||||||
|
*/
|
||||||
|
public function __construct(string $name, string $type, array $values)
|
||||||
|
{
|
||||||
|
parent::__construct($name, $type, $values);
|
||||||
|
|
||||||
|
$this->options([
|
||||||
|
'borderWidth' => 2,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Formats the dataset for chartjs.
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
public function format()
|
||||||
|
{
|
||||||
|
return array_merge($this->options, [
|
||||||
|
'data' => $this->values,
|
||||||
|
'label' => $this->name,
|
||||||
|
'type' => $this->type,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
}
|
||||||
129
vendor/consoletvs/charts/src/Classes/DatasetClass.php
vendored
Normal file
129
vendor/consoletvs/charts/src/Classes/DatasetClass.php
vendored
Normal file
@@ -0,0 +1,129 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Classes;
|
||||||
|
|
||||||
|
use Illuminate\Support\Collection;
|
||||||
|
|
||||||
|
class DatasetClass
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Defines the name of the dataset.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $name = 'Undefined';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Defines the dataset type.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $type = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stores the dataset values.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
public $values = [];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stores the dataset options.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
public $options = [];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Defines the undefined color.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $undefinedColor = '#22292F';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creates a new dataset with the given values.
|
||||||
|
*
|
||||||
|
* @param string $name
|
||||||
|
* @param string $type
|
||||||
|
* @param array $values
|
||||||
|
*/
|
||||||
|
public function __construct(string $name, string $type, array $values)
|
||||||
|
{
|
||||||
|
$this->name = $name;
|
||||||
|
$this->type = $type;
|
||||||
|
$this->values = $values;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the dataset type.
|
||||||
|
*
|
||||||
|
* @param string $type
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function type(string $type)
|
||||||
|
{
|
||||||
|
$this->type = $type;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the dataset values.
|
||||||
|
*
|
||||||
|
* @param array|Collection $values
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function values($values)
|
||||||
|
{
|
||||||
|
if ($values instanceof Collection) {
|
||||||
|
$values = $values->toArray();
|
||||||
|
}
|
||||||
|
|
||||||
|
$this->values = $values;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the dataset options.
|
||||||
|
*
|
||||||
|
* @param array|Collection $options
|
||||||
|
* @param bool $overwrite
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function options($options, bool $overwrite = false)
|
||||||
|
{
|
||||||
|
if ($overwrite) {
|
||||||
|
$this->options = $options;
|
||||||
|
} else {
|
||||||
|
$this->options = array_replace_recursive($this->options, $options);
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Matches the values of the dataset with the given number.
|
||||||
|
*
|
||||||
|
* @param int $values
|
||||||
|
* @param bool $strict
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function matchValues(int $values, bool $strict = false)
|
||||||
|
{
|
||||||
|
while (count($this->values) < $values) {
|
||||||
|
array_push($this->values, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($strict) {
|
||||||
|
$this->values = array_slice($this->values, 0, $values);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
69
vendor/consoletvs/charts/src/Classes/Echarts/Chart.php
vendored
Normal file
69
vendor/consoletvs/charts/src/Classes/Echarts/Chart.php
vendored
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Classes\Echarts;
|
||||||
|
|
||||||
|
use ConsoleTVs\Charts\Classes\BaseChart;
|
||||||
|
use ConsoleTVs\Charts\Features\Echarts\Chart as ChartFeatures;
|
||||||
|
|
||||||
|
class Chart extends BaseChart
|
||||||
|
{
|
||||||
|
use ChartFeatures;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Chartjs dataset class.
|
||||||
|
*
|
||||||
|
* @var object
|
||||||
|
*/
|
||||||
|
public $dataset = Dataset::class;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Store the theme for the chart.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $theme = 'default';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Initiates the Chartjs Line Chart.
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function __construct()
|
||||||
|
{
|
||||||
|
parent::__construct();
|
||||||
|
|
||||||
|
$this->container = 'charts::echarts.container';
|
||||||
|
$this->script = 'charts::echarts.script';
|
||||||
|
|
||||||
|
return $this->options([
|
||||||
|
'legend' => [
|
||||||
|
'show' => true,
|
||||||
|
],
|
||||||
|
'tooltip' => [
|
||||||
|
'show' => true,
|
||||||
|
],
|
||||||
|
'xAxis' => [
|
||||||
|
'show' => true,
|
||||||
|
],
|
||||||
|
'yAxis' => [
|
||||||
|
'show' => true,
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Formats the options.
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function formatOptions(bool $strict = false, bool $noBraces = false)
|
||||||
|
{
|
||||||
|
$this->options([
|
||||||
|
'xAxis' => [
|
||||||
|
'data' => json_decode($this->formatLabels()),
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
|
||||||
|
return parent::formatOptions($strict, $noBraces);
|
||||||
|
}
|
||||||
|
}
|
||||||
67
vendor/consoletvs/charts/src/Classes/Echarts/Dataset.php
vendored
Normal file
67
vendor/consoletvs/charts/src/Classes/Echarts/Dataset.php
vendored
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Classes\Echarts;
|
||||||
|
|
||||||
|
use ConsoleTVs\Charts\Classes\DatasetClass;
|
||||||
|
use ConsoleTVs\Charts\Features\Echarts\Dataset as DatasetFeatures;
|
||||||
|
use Illuminate\Support\Collection;
|
||||||
|
|
||||||
|
class Dataset extends DatasetClass
|
||||||
|
{
|
||||||
|
use DatasetFeatures;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Store the private datasets that contains a special formating.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
public $specialDatasets = ['pie'];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creates a new dataset with the given values.
|
||||||
|
*
|
||||||
|
* @param string $name
|
||||||
|
* @param string $type
|
||||||
|
* @param array $values
|
||||||
|
*/
|
||||||
|
public function __construct(string $name, string $type, array $values)
|
||||||
|
{
|
||||||
|
parent::__construct($name, $type, $values);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Formats the dataset for chartjs.
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
public function format(array $labels = [])
|
||||||
|
{
|
||||||
|
return array_merge($this->options, [
|
||||||
|
'data' => $this->getValues($labels),
|
||||||
|
'name' => $this->name,
|
||||||
|
'type' => strtolower($this->type),
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the formated values.
|
||||||
|
*
|
||||||
|
* @param array $labels
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
protected function getValues(array $labels)
|
||||||
|
{
|
||||||
|
if (in_array(strtolower($this->type), $this->specialDatasets)) {
|
||||||
|
return Collection::make($this->values)
|
||||||
|
->map(function ($value, $key) use ($labels) {
|
||||||
|
return [
|
||||||
|
'name' => $labels[$key],
|
||||||
|
'value' => $value,
|
||||||
|
];
|
||||||
|
})->toArray();
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this->values;
|
||||||
|
}
|
||||||
|
}
|
||||||
85
vendor/consoletvs/charts/src/Classes/Frappe/Chart.php
vendored
Normal file
85
vendor/consoletvs/charts/src/Classes/Frappe/Chart.php
vendored
Normal file
@@ -0,0 +1,85 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Classes\Frappe;
|
||||||
|
|
||||||
|
use ConsoleTVs\Charts\Classes\BaseChart;
|
||||||
|
use ConsoleTVs\Charts\Features\Frappe\Chart as ChartFeatures;
|
||||||
|
|
||||||
|
class Chart extends BaseChart
|
||||||
|
{
|
||||||
|
use ChartFeatures;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Frappe dataset class.
|
||||||
|
*
|
||||||
|
* @var object
|
||||||
|
*/
|
||||||
|
public $dataset = Dataset::class;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stores the default colors.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
public $default_colors = [
|
||||||
|
'#E3342F', '#F6993F', '#FFED4A', '#38C172', '#4DC0B5', '#3490DC', '#6574CD', '#9561E2', '#F66D9B',
|
||||||
|
];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determines the special charts.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
public $special_datasets = [
|
||||||
|
'pie', 'percentage',
|
||||||
|
];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Initiates the Frappe Chart.
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function __construct()
|
||||||
|
{
|
||||||
|
parent::__construct();
|
||||||
|
|
||||||
|
$this->container = 'charts::frappe.container';
|
||||||
|
$this->script = 'charts::frappe.script';
|
||||||
|
|
||||||
|
return $this->options([
|
||||||
|
'barOptions' => [
|
||||||
|
'spaceRatio' => 0.75,
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Format the datasets.
|
||||||
|
*
|
||||||
|
* @param bool $strict
|
||||||
|
* @param bool $noBraces
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function formatOptions(bool $strict = false, bool $noBraces = false)
|
||||||
|
{
|
||||||
|
$colors = [];
|
||||||
|
$default = 0;
|
||||||
|
foreach ($this->datasets as $dataset) {
|
||||||
|
$color = $this->default_colors[$default];
|
||||||
|
if (array_key_exists('color', $dataset->options)) {
|
||||||
|
$color = $dataset->options['color'];
|
||||||
|
unset($dataset->options['color']);
|
||||||
|
} else {
|
||||||
|
$default++;
|
||||||
|
}
|
||||||
|
array_push($colors, $color);
|
||||||
|
}
|
||||||
|
|
||||||
|
$this->options([
|
||||||
|
'colors' => $colors,
|
||||||
|
]);
|
||||||
|
|
||||||
|
return parent::formatOptions($strict, $noBraces);
|
||||||
|
}
|
||||||
|
}
|
||||||
39
vendor/consoletvs/charts/src/Classes/Frappe/Dataset.php
vendored
Normal file
39
vendor/consoletvs/charts/src/Classes/Frappe/Dataset.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Classes\Frappe;
|
||||||
|
|
||||||
|
use ConsoleTVs\Charts\Classes\DatasetClass;
|
||||||
|
use ConsoleTVs\Charts\Features\Frappe\Dataset as DatasetFeatures;
|
||||||
|
|
||||||
|
class Dataset extends DatasetClass
|
||||||
|
{
|
||||||
|
use DatasetFeatures;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creates a new dataset with the given values.
|
||||||
|
*
|
||||||
|
* @param string $name
|
||||||
|
* @param string $type
|
||||||
|
* @param array $values
|
||||||
|
*/
|
||||||
|
public function __construct(string $name, string $type, array $values)
|
||||||
|
{
|
||||||
|
parent::__construct($name, $type, $values);
|
||||||
|
|
||||||
|
$this->options([]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Formats the dataset for chartjs.
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
public function format()
|
||||||
|
{
|
||||||
|
return array_merge($this->options, [
|
||||||
|
'values' => $this->values,
|
||||||
|
'name' => $this->name,
|
||||||
|
'chartType' => $this->type,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
}
|
||||||
82
vendor/consoletvs/charts/src/Classes/Fusioncharts/Chart.php
vendored
Normal file
82
vendor/consoletvs/charts/src/Classes/Fusioncharts/Chart.php
vendored
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Classes\Fusioncharts;
|
||||||
|
|
||||||
|
use ConsoleTVs\Charts\Classes\BaseChart;
|
||||||
|
use ConsoleTVs\Charts\Features\Fusioncharts\Chart as ChartFeatures;
|
||||||
|
use Illuminate\Support\Collection;
|
||||||
|
|
||||||
|
class Chart extends BaseChart
|
||||||
|
{
|
||||||
|
use ChartFeatures;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Chartjs dataset class.
|
||||||
|
*
|
||||||
|
* @var object
|
||||||
|
*/
|
||||||
|
public $dataset = Dataset::class;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Theese array stores the types that are maintained to fusioncharts.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
public $keepType = ['pie2d', 'doughnut2d'];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determines the combo type of chart.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
public $comboType = 'mscombi2d';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Initiates the Chartjs Line Chart.
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function __construct()
|
||||||
|
{
|
||||||
|
parent::__construct();
|
||||||
|
|
||||||
|
$this->container = 'charts::fusioncharts.container';
|
||||||
|
$this->script = 'charts::fusioncharts.script';
|
||||||
|
|
||||||
|
return $this->options([
|
||||||
|
'bgColor' => '#ffffff',
|
||||||
|
'borderAlpha' => 0,
|
||||||
|
'canvasBorderAlpha' => 0,
|
||||||
|
'usePlotGradientColor' => false,
|
||||||
|
'plotBorderAlpha' => 0,
|
||||||
|
'divlineColor' => '#22292F',
|
||||||
|
'divLineIsDashed' => true,
|
||||||
|
'showAlternateHGridColor' => false,
|
||||||
|
'captionFontBold' => true,
|
||||||
|
'captionFontSize' => 14,
|
||||||
|
'subcaptionFontBold' => false,
|
||||||
|
'subcaptionFontSize' => 14,
|
||||||
|
'legendBorderAlpha' => 0,
|
||||||
|
'legendShadow' => 0,
|
||||||
|
'hoverfillcolor' => '#CCCCCC',
|
||||||
|
'piebordercolor' => '#FFFFFF',
|
||||||
|
'hoverfillcolor' => '#CCCCCC',
|
||||||
|
'use3DLighting' => false,
|
||||||
|
'showShadow' => false,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Formats the labels for fusioncharts.
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function formatLabels()
|
||||||
|
{
|
||||||
|
return Collection::make($this->labels)
|
||||||
|
->map(function ($label) {
|
||||||
|
return ['label' => $label];
|
||||||
|
})
|
||||||
|
->toJson();
|
||||||
|
}
|
||||||
|
}
|
||||||
98
vendor/consoletvs/charts/src/Classes/Fusioncharts/Dataset.php
vendored
Normal file
98
vendor/consoletvs/charts/src/Classes/Fusioncharts/Dataset.php
vendored
Normal file
@@ -0,0 +1,98 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Classes\Fusioncharts;
|
||||||
|
|
||||||
|
use ConsoleTVs\Charts\Classes\DatasetClass;
|
||||||
|
use ConsoleTVs\Charts\Features\Fusioncharts\Dataset as DatasetFeatures;
|
||||||
|
use Illuminate\Support\Collection;
|
||||||
|
|
||||||
|
class Dataset extends DatasetClass
|
||||||
|
{
|
||||||
|
use DatasetFeatures;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Store the private datasets that contains a special formating.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
public $specialDatasets = ['pie2d', 'doughnut2d'];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creates a new dataset with the given values.
|
||||||
|
*
|
||||||
|
* @param string $name
|
||||||
|
* @param string $type
|
||||||
|
* @param array $values
|
||||||
|
*/
|
||||||
|
public function __construct(string $name, string $type, array $values)
|
||||||
|
{
|
||||||
|
parent::__construct($name, $type, $values);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Dataset representation.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
public function format(array $labels = [])
|
||||||
|
{
|
||||||
|
return array_merge($this->options, [
|
||||||
|
'data' => $this->formatValues($labels),
|
||||||
|
'seriesName' => $this->name,
|
||||||
|
'renderAs' => strtolower($this->type),
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Formats the chart values.
|
||||||
|
*
|
||||||
|
* @param array $labels
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
protected function formatValues(array $labels)
|
||||||
|
{
|
||||||
|
$values = Collection::make($this->values);
|
||||||
|
|
||||||
|
if (in_array(strtolower($this->type), $this->specialDatasets)) {
|
||||||
|
$colors = $this->getColors($labels);
|
||||||
|
|
||||||
|
return $values->map(function ($value, $key) use ($colors, $labels) {
|
||||||
|
$val = [
|
||||||
|
'label' => $labels[$key],
|
||||||
|
'value' => $value,
|
||||||
|
];
|
||||||
|
|
||||||
|
if ($colors->count() > 0) {
|
||||||
|
$val['color'] = $colors->get($key);
|
||||||
|
}
|
||||||
|
|
||||||
|
return $val;
|
||||||
|
})->toArray();
|
||||||
|
}
|
||||||
|
|
||||||
|
return $values->map(function ($value) {
|
||||||
|
return [
|
||||||
|
'value' => $value,
|
||||||
|
];
|
||||||
|
})->toArray();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the chart colors.
|
||||||
|
*
|
||||||
|
* @param array $labels
|
||||||
|
*
|
||||||
|
* @return Collection
|
||||||
|
*/
|
||||||
|
protected function getColors(array $labels)
|
||||||
|
{
|
||||||
|
$colors = Collection::make(array_key_exists('color', $this->options) ? $this->options['color'] : []);
|
||||||
|
|
||||||
|
while ($colors->count() < count($labels)) {
|
||||||
|
$colors->push($this->undefinedColor);
|
||||||
|
}
|
||||||
|
|
||||||
|
return $colors;
|
||||||
|
}
|
||||||
|
}
|
||||||
56
vendor/consoletvs/charts/src/Classes/Highcharts/Chart.php
vendored
Normal file
56
vendor/consoletvs/charts/src/Classes/Highcharts/Chart.php
vendored
Normal file
@@ -0,0 +1,56 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Classes\Highcharts;
|
||||||
|
|
||||||
|
use ConsoleTVs\Charts\Classes\BaseChart;
|
||||||
|
use ConsoleTVs\Charts\Features\Highcharts\Chart as ChartFeatures;
|
||||||
|
|
||||||
|
class Chart extends BaseChart
|
||||||
|
{
|
||||||
|
use ChartFeatures;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Chartjs dataset class.
|
||||||
|
*
|
||||||
|
* @var object
|
||||||
|
*/
|
||||||
|
public $dataset = Dataset::class;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Initiates the Highcharts Line Chart.
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function __construct()
|
||||||
|
{
|
||||||
|
parent::__construct();
|
||||||
|
|
||||||
|
$this->container = 'charts::highcharts.container';
|
||||||
|
$this->script = 'charts::highcharts.script';
|
||||||
|
|
||||||
|
return $this->options([
|
||||||
|
'credits' => [
|
||||||
|
'enabled' => false,
|
||||||
|
],
|
||||||
|
'title' => [
|
||||||
|
'text' => null,
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Format the options for highcharts.
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function formatOptions(bool $strict = false, bool $noBraces = false)
|
||||||
|
{
|
||||||
|
$this->options([
|
||||||
|
'xAxis' => [
|
||||||
|
'categories' => json_decode($this->formatLabels()),
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
|
||||||
|
return parent::formatOptions($strict, $noBraces);
|
||||||
|
}
|
||||||
|
}
|
||||||
93
vendor/consoletvs/charts/src/Classes/Highcharts/Dataset.php
vendored
Normal file
93
vendor/consoletvs/charts/src/Classes/Highcharts/Dataset.php
vendored
Normal file
@@ -0,0 +1,93 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Classes\Highcharts;
|
||||||
|
|
||||||
|
use ConsoleTVs\Charts\Classes\DatasetClass;
|
||||||
|
use ConsoleTVs\Charts\Features\Highcharts\Dataset as DatasetFeatures;
|
||||||
|
use Illuminate\Support\Collection;
|
||||||
|
|
||||||
|
class Dataset extends DatasetClass
|
||||||
|
{
|
||||||
|
use DatasetFeatures;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Store the private datasets that contains a special formating.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
public $specialDatasets = ['pie'];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creates a new dataset with the given values.
|
||||||
|
*
|
||||||
|
* @param string $name
|
||||||
|
* @param string $type
|
||||||
|
* @param array $values
|
||||||
|
*/
|
||||||
|
public function __construct(string $name, string $type, array $values)
|
||||||
|
{
|
||||||
|
parent::__construct($name, $type, $values);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Dataset representation.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
public function format(array $labels = [])
|
||||||
|
{
|
||||||
|
return array_merge($this->options, [
|
||||||
|
'data' => $this->formatValues($labels),
|
||||||
|
'name' => $this->name,
|
||||||
|
'type' => strtolower($this->type),
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Formats the values.
|
||||||
|
*
|
||||||
|
* @param array $labels
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
protected function formatValues(array $labels)
|
||||||
|
{
|
||||||
|
if (in_array(strtolower($this->type), $this->specialDatasets)) {
|
||||||
|
$colors = $this->getColors($labels);
|
||||||
|
|
||||||
|
return Collection::make($this->values)
|
||||||
|
->map(function ($value, $key) use ($colors, $labels) {
|
||||||
|
$val = [
|
||||||
|
'name' => $labels[$key],
|
||||||
|
'y' => $value,
|
||||||
|
];
|
||||||
|
|
||||||
|
if ($colors->count() > 0) {
|
||||||
|
$val['color'] = $colors->get($key);
|
||||||
|
}
|
||||||
|
|
||||||
|
return $val;
|
||||||
|
})->toArray();
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this->values;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the dataset colors;.
|
||||||
|
*
|
||||||
|
* @param array $labels
|
||||||
|
*
|
||||||
|
* @return Collection
|
||||||
|
*/
|
||||||
|
protected function getColors(array $labels)
|
||||||
|
{
|
||||||
|
$colors = Collection::make(array_key_exists('color', $this->options) ? $this->options['color'] : []);
|
||||||
|
|
||||||
|
while ($colors->count() < count($labels)) {
|
||||||
|
$colors->push($this->undefinedColor);
|
||||||
|
}
|
||||||
|
|
||||||
|
return $colors;
|
||||||
|
}
|
||||||
|
}
|
||||||
3
vendor/consoletvs/charts/src/Classes/README.md
vendored
Normal file
3
vendor/consoletvs/charts/src/Classes/README.md
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Charts Classes
|
||||||
|
|
||||||
|
All the charts classes are located in this folder
|
||||||
133
vendor/consoletvs/charts/src/Commands/ChartsCommand.php
vendored
Normal file
133
vendor/consoletvs/charts/src/Commands/ChartsCommand.php
vendored
Normal file
@@ -0,0 +1,133 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Commands;
|
||||||
|
|
||||||
|
use Illuminate\Console\Command;
|
||||||
|
use Illuminate\Console\GeneratorCommand;
|
||||||
|
use Symfony\Component\Console\Input\InputArgument;
|
||||||
|
|
||||||
|
class ChartsCommand extends GeneratorCommand
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* The console command name.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $name = 'make:chart';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The console command description.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $description = 'Creates a new chart';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The type of class being generated.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $type = 'Chart';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the stub file for the generator.
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
protected function getStub()
|
||||||
|
{
|
||||||
|
return __DIR__.'/stubs/chart.stub';
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Execute the console command.
|
||||||
|
*
|
||||||
|
* @return mixed
|
||||||
|
*/
|
||||||
|
public function handle()
|
||||||
|
{
|
||||||
|
$this->line('[Charts] Creating chart...');
|
||||||
|
|
||||||
|
$this->handleParentMethodCall();
|
||||||
|
|
||||||
|
$name = $this->qualifyClass($this->getNameInput());
|
||||||
|
$path = $this->getPath($name);
|
||||||
|
|
||||||
|
$this->info("[Charts] Chart created! - Location: {$path}");
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Build the class with the given name.
|
||||||
|
*
|
||||||
|
* @param string $name
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
protected function buildClass($name)
|
||||||
|
{
|
||||||
|
$stub = parent::buildClass($name);
|
||||||
|
|
||||||
|
return str_replace(
|
||||||
|
['Library'],
|
||||||
|
[$this->argument('library') ? ucfirst($this->argument('library')) : ucfirst(config('charts.default_library'))],
|
||||||
|
$stub
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the default namespace for the class.
|
||||||
|
*
|
||||||
|
* @param string $rootNamespace
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
protected function getDefaultNamespace($rootNamespace)
|
||||||
|
{
|
||||||
|
return $rootNamespace.'\Charts';
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the console command arguments.
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
protected function getArguments()
|
||||||
|
{
|
||||||
|
return [
|
||||||
|
['name', InputArgument::REQUIRED, 'The name of the chart file'],
|
||||||
|
|
||||||
|
['library', InputArgument::OPTIONAL, 'Library of the chart'],
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Calls the right parent method depending on laravel version.
|
||||||
|
* Adds support for Laravel v5.4.
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
protected function handleParentMethodCall()
|
||||||
|
{
|
||||||
|
if (!is_callable('parent::handle')) {
|
||||||
|
return parent::fire();
|
||||||
|
}
|
||||||
|
|
||||||
|
parent::handle();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Qualifies the class name by delegating to the right parent method.
|
||||||
|
*
|
||||||
|
* @param string $name
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
protected function qualifyClass($name)
|
||||||
|
{
|
||||||
|
if (!is_callable('parent::qualifyClass')) {
|
||||||
|
return parent::parseName($name);
|
||||||
|
}
|
||||||
|
|
||||||
|
return parent::qualifyClass($name);
|
||||||
|
}
|
||||||
|
}
|
||||||
3
vendor/consoletvs/charts/src/Commands/README.md
vendored
Normal file
3
vendor/consoletvs/charts/src/Commands/README.md
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Charts Commands
|
||||||
|
|
||||||
|
All the charts commands are located in this folder
|
||||||
18
vendor/consoletvs/charts/src/Commands/stubs/chart.stub
vendored
Normal file
18
vendor/consoletvs/charts/src/Commands/stubs/chart.stub
vendored
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace DummyNamespace;
|
||||||
|
|
||||||
|
use ConsoleTVs\Charts\Classes\Library\Chart;
|
||||||
|
|
||||||
|
class DummyClass extends Chart
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Initializes the chart.
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function __construct()
|
||||||
|
{
|
||||||
|
parent::__construct();
|
||||||
|
}
|
||||||
|
}
|
||||||
15
vendor/consoletvs/charts/src/Config/charts.php
vendored
Normal file
15
vendor/consoletvs/charts/src/Config/charts.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Default library used in charts.
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| This value is used as the default chart library used when creating
|
||||||
|
| any chart in the command line. Feel free to modify it or set it up
|
||||||
|
| while creating the chart to ignore this value.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
'default_library' => 'Chartjs',
|
||||||
|
];
|
||||||
59
vendor/consoletvs/charts/src/Features/C3/Chart.php
vendored
Normal file
59
vendor/consoletvs/charts/src/Features/C3/Chart.php
vendored
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Features\C3;
|
||||||
|
|
||||||
|
trait Chart
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Determines if the chart legend will be displayed.
|
||||||
|
*
|
||||||
|
* @param bool $display
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function legend(bool $display)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'legend' => [
|
||||||
|
'show' => $display,
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determines if the chart grid will be shown.
|
||||||
|
*
|
||||||
|
* @param bool $display
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function grid(bool $display)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'grid' => [
|
||||||
|
'x' => [
|
||||||
|
'show' => $display,
|
||||||
|
],
|
||||||
|
'y' => [
|
||||||
|
'show' => $display,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determines if the chart tooltip will be shown.
|
||||||
|
*
|
||||||
|
* @param bool $display
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function tooltip(bool $display)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'tooltip' => [
|
||||||
|
'show' => $display,
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
}
|
||||||
8
vendor/consoletvs/charts/src/Features/C3/Dataset.php
vendored
Normal file
8
vendor/consoletvs/charts/src/Features/C3/Dataset.php
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Features\C3;
|
||||||
|
|
||||||
|
trait Dataset
|
||||||
|
{
|
||||||
|
//
|
||||||
|
}
|
||||||
117
vendor/consoletvs/charts/src/Features/Chartjs/Chart.php
vendored
Normal file
117
vendor/consoletvs/charts/src/Features/Chartjs/Chart.php
vendored
Normal file
@@ -0,0 +1,117 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Features\Chartjs;
|
||||||
|
|
||||||
|
trait Chart
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Minalist chart display (Hide labels and axes).
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function minimalist(bool $display)
|
||||||
|
{
|
||||||
|
$this->displayLegend(!$display);
|
||||||
|
|
||||||
|
return $this->displayAxes(!$display);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Display the chart legend.
|
||||||
|
*
|
||||||
|
* @param bool $legend
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function displayLegend(bool $legend)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'legend' => [
|
||||||
|
'display' => $legend,
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Display the chart axis.
|
||||||
|
*
|
||||||
|
* @param bool $axes
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function displayAxes(bool $axes, bool $strict = false)
|
||||||
|
{
|
||||||
|
if ($strict) {
|
||||||
|
return $this->options([
|
||||||
|
'scale' => [
|
||||||
|
'display' => $axes,
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this->options([
|
||||||
|
'scales' => [
|
||||||
|
'xAxes' => [
|
||||||
|
[
|
||||||
|
'display' => $axes,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
'yAxes' => [
|
||||||
|
[
|
||||||
|
'display' => $axes,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the bar width of the X Axis.
|
||||||
|
*
|
||||||
|
* @param float $width
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function barWidth(float $width)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'scales' => [
|
||||||
|
'xAxes' => [
|
||||||
|
[
|
||||||
|
'barPercentage' => $width,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the chart title.
|
||||||
|
*
|
||||||
|
* @param string $title
|
||||||
|
* @param int $font_size
|
||||||
|
* @param string $color
|
||||||
|
* @param string $font_weight
|
||||||
|
* @param string $font_family
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function title(
|
||||||
|
string $title,
|
||||||
|
int $font_size = 14,
|
||||||
|
string $color = '#666',
|
||||||
|
string $font_weight = 'bold',
|
||||||
|
string $font_family = "'Helvetica Neue', 'Helvetica', 'Arial', sans-serif"
|
||||||
|
) {
|
||||||
|
return $this->options([
|
||||||
|
'title' => [
|
||||||
|
'display' => true,
|
||||||
|
'fontFamily' => $font_family,
|
||||||
|
'fontSize' => $font_size,
|
||||||
|
'fontColor' => $color,
|
||||||
|
'fontStyle' => $font_weight,
|
||||||
|
'text' => $title,
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
}
|
||||||
86
vendor/consoletvs/charts/src/Features/Chartjs/Dataset.php
vendored
Normal file
86
vendor/consoletvs/charts/src/Features/Chartjs/Dataset.php
vendored
Normal file
@@ -0,0 +1,86 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Features\Chartjs;
|
||||||
|
|
||||||
|
use Illuminate\Support\Collection;
|
||||||
|
|
||||||
|
trait Dataset
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Set the dataset border color.
|
||||||
|
*
|
||||||
|
* @param string|array|Collection $color
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function color($color)
|
||||||
|
{
|
||||||
|
if ($color instanceof Collection) {
|
||||||
|
$color = $color->toArray();
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this->options([
|
||||||
|
'borderColor' => $color,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the dataset background color.
|
||||||
|
*
|
||||||
|
* @param string|array|Collection $color
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function backgroundColor($color)
|
||||||
|
{
|
||||||
|
if ($color instanceof Collection) {
|
||||||
|
$color = $color->toArray();
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this->options([
|
||||||
|
'backgroundColor' => $color,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determines if the dataset is filled.
|
||||||
|
*
|
||||||
|
* @param bool $filled
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function fill(bool $filled)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'fill' => $filled,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the chart line tension.
|
||||||
|
*
|
||||||
|
* @param int $tension
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function lineTension(float $tension)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'lineTension' => $tension,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the line to a dashed line in the chart options.
|
||||||
|
*
|
||||||
|
* @param array $dashed
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function dashed(array $dashed = [5])
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'borderDash' => $dashed,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
}
|
||||||
183
vendor/consoletvs/charts/src/Features/Echarts/Chart.php
vendored
Normal file
183
vendor/consoletvs/charts/src/Features/Echarts/Chart.php
vendored
Normal file
@@ -0,0 +1,183 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Features\Echarts;
|
||||||
|
|
||||||
|
trait Chart
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Show or hide the chart legend.
|
||||||
|
*
|
||||||
|
* @param bool $legend
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function displayLegend(bool $legend)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'legend' => [
|
||||||
|
'show' => $legend,
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Show or hide the tooltip.
|
||||||
|
*
|
||||||
|
* @param bool $tooltip
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function tooltip(bool $tooltip)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'tooltip' => [
|
||||||
|
'show' => $tooltip,
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the chart label.
|
||||||
|
*
|
||||||
|
* @param string $label
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function label(string $label)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'yAxis' => [
|
||||||
|
'name' => $label,
|
||||||
|
'nameLocation' => 'middle',
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Show the minimalistic.
|
||||||
|
*
|
||||||
|
* @param bool $minimalist
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function minimalist(bool $minimalist = true)
|
||||||
|
{
|
||||||
|
$this->displayAxes(!$minimalist);
|
||||||
|
$this->displayLegend(!$minimalist);
|
||||||
|
|
||||||
|
return $this->options([
|
||||||
|
'xAxis' => [
|
||||||
|
'axisLabel' => [
|
||||||
|
'show' => !$minimalist,
|
||||||
|
],
|
||||||
|
'splitLine' => [
|
||||||
|
'show' => !$minimalist,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
'yAxis' => [
|
||||||
|
'axisLabel' => [
|
||||||
|
'show' => !$minimalist,
|
||||||
|
],
|
||||||
|
'splitLine' => [
|
||||||
|
'show' => !$minimalist,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Display the chart axes.
|
||||||
|
*
|
||||||
|
* @param bool $display
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function displayAxes(bool $display)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'xAxis' => [
|
||||||
|
'show' => $display,
|
||||||
|
'axisLine' => [
|
||||||
|
'show' => $display,
|
||||||
|
],
|
||||||
|
'axisTick' => [
|
||||||
|
'show' => $display,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
'yAxis' => [
|
||||||
|
'show' => $display,
|
||||||
|
'axisLine' => [
|
||||||
|
'show' => $display,
|
||||||
|
],
|
||||||
|
'axisTick' => [
|
||||||
|
'show' => $display,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ALlow to export the chart.
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function export(bool $export = true, string $title = ' ')
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'toolbox' => [
|
||||||
|
'show' => true,
|
||||||
|
'feature' => [
|
||||||
|
'saveAsImage' => [
|
||||||
|
'title' => $title,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the chart title.
|
||||||
|
*
|
||||||
|
* @param string $title
|
||||||
|
* @param int $font_size
|
||||||
|
* @param string $color
|
||||||
|
* @param bool $bold
|
||||||
|
* @param string $font_family
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function title(
|
||||||
|
string $title,
|
||||||
|
int $font_size = 14,
|
||||||
|
string $color = '#666',
|
||||||
|
bool $bold = true,
|
||||||
|
string $font_family = "'Helvetica Neue', 'Helvetica', 'Arial', sans-serif"
|
||||||
|
) {
|
||||||
|
return $this->options([
|
||||||
|
'title' => [
|
||||||
|
'show' => true,
|
||||||
|
'text' => $title,
|
||||||
|
'textStyle' => [
|
||||||
|
'fontFamily' => $font_family,
|
||||||
|
'fontSize' => $font_size,
|
||||||
|
'color' => $color,
|
||||||
|
'fontWeight' => $bold,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the chart theme.
|
||||||
|
*
|
||||||
|
* @param string $theme
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function theme(string $theme)
|
||||||
|
{
|
||||||
|
$this->theme = $theme;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
}
|
||||||
26
vendor/consoletvs/charts/src/Features/Echarts/Dataset.php
vendored
Normal file
26
vendor/consoletvs/charts/src/Features/Echarts/Dataset.php
vendored
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Features\Echarts;
|
||||||
|
|
||||||
|
use Illuminate\Support\Collection;
|
||||||
|
|
||||||
|
trait Dataset
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Set the dataset color.
|
||||||
|
*
|
||||||
|
* @param string|array|Collection $color
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function color($color)
|
||||||
|
{
|
||||||
|
if ($color instanceof Collection) {
|
||||||
|
$color = $color->toArray();
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this->options([
|
||||||
|
'color' => $color,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
}
|
||||||
128
vendor/consoletvs/charts/src/Features/Frappe/Chart.php
vendored
Normal file
128
vendor/consoletvs/charts/src/Features/Frappe/Chart.php
vendored
Normal file
@@ -0,0 +1,128 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Features\Frappe;
|
||||||
|
|
||||||
|
trait Chart
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Add a title to the Chart.
|
||||||
|
*
|
||||||
|
* @param string $title
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function title(string $title)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'title' => $title,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determines the spaceRatio of the bars.
|
||||||
|
*
|
||||||
|
* @param float $space
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function spaceRatio(float $space = 0.75)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'barOptions' => [
|
||||||
|
'spaceRatio' => $space,
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determines if the bars are stacked.
|
||||||
|
*
|
||||||
|
* @param bool $stacked
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function stacked(bool $stacked)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'barOptions' => [
|
||||||
|
'stacked' => $stacked,
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Makes the chart interactive with arrow keys and highlights the current active data point.
|
||||||
|
*
|
||||||
|
* @param bool $stacked
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function isNavigable(bool $value)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'isNavigable' => $value,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* To display data values over bars or dots in an axis graph.
|
||||||
|
*
|
||||||
|
* @param bool $stacked
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function valuesOverPoints(bool $value)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'valuesOverPoints' => $value,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determines if the lines will show a dot.
|
||||||
|
*
|
||||||
|
* @param bool $value
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function hideDots(bool $value)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'lineOptions' => [
|
||||||
|
'hideDots' => $value,
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determines if the line will be hidden.
|
||||||
|
*
|
||||||
|
* @param bool $value
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function hideLine(bool $value)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'lineOptions' => [
|
||||||
|
'hideDots' => $value,
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determines if the line will be a heatline.
|
||||||
|
*
|
||||||
|
* @param bool $value
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function heatline(bool $value)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'lineOptions' => [
|
||||||
|
'heatline' => $value,
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
}
|
||||||
20
vendor/consoletvs/charts/src/Features/Frappe/Dataset.php
vendored
Normal file
20
vendor/consoletvs/charts/src/Features/Frappe/Dataset.php
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Features\Frappe;
|
||||||
|
|
||||||
|
trait Dataset
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Determines the color of the dataset.
|
||||||
|
*
|
||||||
|
* @param string $color
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function color(string $color)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'color' => $color,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
}
|
||||||
90
vendor/consoletvs/charts/src/Features/Fusioncharts/Chart.php
vendored
Normal file
90
vendor/consoletvs/charts/src/Features/Fusioncharts/Chart.php
vendored
Normal file
@@ -0,0 +1,90 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Features\Fusioncharts;
|
||||||
|
|
||||||
|
trait Chart
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Set the chart label.
|
||||||
|
*
|
||||||
|
* @param string $label
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function label(string $label)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'yAxisName' => $label,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the chart title.
|
||||||
|
*
|
||||||
|
* @param string $title
|
||||||
|
* @param int $font_size
|
||||||
|
* @param string $color
|
||||||
|
* @param bool $bold
|
||||||
|
* @param string $font_family
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function title(
|
||||||
|
string $title,
|
||||||
|
int $font_size = 16,
|
||||||
|
string $color = '#3D4852',
|
||||||
|
bool $bold = true,
|
||||||
|
string $font_family = "'Helvetica Neue', 'Helvetica', 'Arial', sans-serif"
|
||||||
|
) {
|
||||||
|
return $this->options([
|
||||||
|
'caption' => $title,
|
||||||
|
'captionFontSize' => $font_size,
|
||||||
|
'captionFontColor' => $color,
|
||||||
|
'captionFontBold' => $bold,
|
||||||
|
'captionFont' => $font_family,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the chart subtitle.
|
||||||
|
*
|
||||||
|
* @param string $subtitle
|
||||||
|
* @param int $font_size
|
||||||
|
* @param string $color
|
||||||
|
* @param bool $bold
|
||||||
|
* @param string $font_family
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function subtitle(
|
||||||
|
string $subtitle,
|
||||||
|
int $font_size = 12,
|
||||||
|
string $color = '#3D4852',
|
||||||
|
bool $bold = true,
|
||||||
|
string $font_family = "'Helvetica Neue', 'Helvetica', 'Arial', sans-serif"
|
||||||
|
) {
|
||||||
|
return $this->options([
|
||||||
|
'subCaption' => $subtitle,
|
||||||
|
'subCaptionFontSize' => $font_size,
|
||||||
|
'subCaptionFontColor' => $color,
|
||||||
|
'subCaptionFontBold' => $bold,
|
||||||
|
'subCaptionFont' => $font_family,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determines if the chart should show the export button.
|
||||||
|
*
|
||||||
|
* @param bool $export
|
||||||
|
* @param bool $client
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function export(bool $export, bool $client = true)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'exportenabled' => $export,
|
||||||
|
'exportatclient' => $client,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
}
|
||||||
26
vendor/consoletvs/charts/src/Features/Fusioncharts/Dataset.php
vendored
Normal file
26
vendor/consoletvs/charts/src/Features/Fusioncharts/Dataset.php
vendored
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Features\Fusioncharts;
|
||||||
|
|
||||||
|
use Illuminate\Support\Collection;
|
||||||
|
|
||||||
|
trait Dataset
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Set the dataset color.
|
||||||
|
*
|
||||||
|
* @param string|array|Collection $color
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function color($color)
|
||||||
|
{
|
||||||
|
if ($color instanceof Collection) {
|
||||||
|
$color = $color->toArray();
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this->options([
|
||||||
|
'color' => $color,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
}
|
||||||
123
vendor/consoletvs/charts/src/Features/Highcharts/Chart.php
vendored
Normal file
123
vendor/consoletvs/charts/src/Features/Highcharts/Chart.php
vendored
Normal file
@@ -0,0 +1,123 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Features\Highcharts;
|
||||||
|
|
||||||
|
trait Chart
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Display the chart axes.
|
||||||
|
*
|
||||||
|
* @param bool $axes
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function displayAxes(bool $axes)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'xAxis' => [
|
||||||
|
'visible' => $axes,
|
||||||
|
],
|
||||||
|
'yAxis' => [
|
||||||
|
'visible' => $axes,
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Display the legend.
|
||||||
|
*
|
||||||
|
* @param bool $legend
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function displayLegend(bool $legend)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'legend' => [
|
||||||
|
'enabled' => $legend,
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Rotates the labels of the xAxis.
|
||||||
|
*
|
||||||
|
* @param float $angle
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function labelsRotation(float $angle)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'xAxis' => [
|
||||||
|
'labels' => [
|
||||||
|
'rotation' => $angle,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the chart style to minimalist.
|
||||||
|
*
|
||||||
|
* @param bool $display
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function minimalist(bool $display = false)
|
||||||
|
{
|
||||||
|
$this->displayLegend(!$display);
|
||||||
|
|
||||||
|
return $this->displayAxes(!$display);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the highcharts yAxis label.
|
||||||
|
*
|
||||||
|
* @param string $label
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function label(string $label)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'yAxis' => [
|
||||||
|
'title' => [
|
||||||
|
'text' => $label,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the chart title.
|
||||||
|
*
|
||||||
|
* @param string $title
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function title(string $title)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'title' => [
|
||||||
|
'text' => $title,
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Shapes the pie chart into a doughnut.
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function doughnut(int $size = 50)
|
||||||
|
{
|
||||||
|
return $this->options([
|
||||||
|
'plotOptions' => [
|
||||||
|
'pie' => [
|
||||||
|
'innerSize' => "{$size}%",
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
}
|
||||||
26
vendor/consoletvs/charts/src/Features/Highcharts/Dataset.php
vendored
Normal file
26
vendor/consoletvs/charts/src/Features/Highcharts/Dataset.php
vendored
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ConsoleTVs\Charts\Features\Highcharts;
|
||||||
|
|
||||||
|
use Illuminate\Support\Collection;
|
||||||
|
|
||||||
|
trait Dataset
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Set the dataset color.
|
||||||
|
*
|
||||||
|
* @param string|array $color
|
||||||
|
*
|
||||||
|
* @return self
|
||||||
|
*/
|
||||||
|
public function color($color)
|
||||||
|
{
|
||||||
|
if ($color instanceof Collection) {
|
||||||
|
$color = $color->toArray();
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this->options([
|
||||||
|
'color' => $color,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
}
|
||||||
3
vendor/consoletvs/charts/src/Views/README.md
vendored
Normal file
3
vendor/consoletvs/charts/src/Views/README.md
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Charts Views
|
||||||
|
|
||||||
|
All the charts views are located in this folder
|
||||||
3
vendor/consoletvs/charts/src/Views/c3/container.blade.php
vendored
Normal file
3
vendor/consoletvs/charts/src/Views/c3/container.blade.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<div id="{{ $chart->id }}" {!! $chart->formatContainerOptions('css') !!}>
|
||||||
|
</div>
|
||||||
|
@include('charts::loader')
|
||||||
29
vendor/consoletvs/charts/src/Views/c3/script.blade.php
vendored
Normal file
29
vendor/consoletvs/charts/src/Views/c3/script.blade.php
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
<script {!! $chart->displayScriptAttributes() !!}>
|
||||||
|
function {{ $chart->id }}_create(data) {
|
||||||
|
{{ $chart->id }}_rendered = true;
|
||||||
|
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||||
|
document.getElementById("{{ $chart->id }}").style.display = 'block';
|
||||||
|
window.{{ $chart->id }} = c3.generate({
|
||||||
|
bindto: '#{{ $chart->id }}',
|
||||||
|
data: data,
|
||||||
|
{!! $chart->formatOptions(false, true) !!}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
@if ($chart->api_url)
|
||||||
|
let {{ $chart->id }}_refresh = function (url) {
|
||||||
|
document.getElementById("{{ $chart->id }}").style.display = 'none';
|
||||||
|
document.getElementById("{{ $chart->id }}_loader").style.display = 'flex';
|
||||||
|
if (typeof url !== 'undefined') {
|
||||||
|
{{ $chart->id }}_api_url = url;
|
||||||
|
}
|
||||||
|
fetch({{ $chart->id }}_api_url)
|
||||||
|
.then(data => data.json())
|
||||||
|
.then(data => {
|
||||||
|
{{ $chart->id }}.load(data);
|
||||||
|
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||||
|
document.getElementById("{{ $chart->id }}").style.display = 'block';
|
||||||
|
});
|
||||||
|
};
|
||||||
|
@endif
|
||||||
|
@include('charts::init')
|
||||||
|
</script>
|
||||||
2
vendor/consoletvs/charts/src/Views/chartjs/container.blade.php
vendored
Normal file
2
vendor/consoletvs/charts/src/Views/chartjs/container.blade.php
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
<canvas style="display: none;" id="{{ $chart->id }}" {!! $chart->formatContainerOptions('html') !!}></canvas>
|
||||||
|
@include('charts::loader')
|
||||||
41
vendor/consoletvs/charts/src/Views/chartjs/script.blade.php
vendored
Normal file
41
vendor/consoletvs/charts/src/Views/chartjs/script.blade.php
vendored
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
|
||||||
|
@foreach ($chart->plugins as $plugin)
|
||||||
|
@include($chart->pluginsViews[$plugin]);
|
||||||
|
@endforeach
|
||||||
|
|
||||||
|
<script {!! $chart->displayScriptAttributes() !!}>
|
||||||
|
var ctvChart = document.getElementById('{{ $chart->id }}').getContext('2d');
|
||||||
|
function {{ $chart->id }}_create(data) {
|
||||||
|
{{ $chart->id }}_rendered = true;
|
||||||
|
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||||
|
document.getElementById("{{ $chart->id }}").style.display = 'block';
|
||||||
|
window.{{ $chart->id }} = new Chart(document.getElementById("{{ $chart->id }}").getContext("2d"), {
|
||||||
|
type: {!! $chart->type ? "'{$chart->type}'" : 'data[0].type' !!},
|
||||||
|
data: {
|
||||||
|
labels: {!! $chart->formatLabels() !!},
|
||||||
|
datasets: data
|
||||||
|
},
|
||||||
|
options: {!! $chart->formatOptions(true) !!},
|
||||||
|
plugins: {!! $chart->formatPlugins(true) !!}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
@if ($chart->api_url)
|
||||||
|
let {{ $chart->id }}_refresh = function (url) {
|
||||||
|
document.getElementById("{{ $chart->id }}").style.display = 'none';
|
||||||
|
document.getElementById("{{ $chart->id }}_loader").style.display = 'flex';
|
||||||
|
if (typeof url !== 'undefined') {
|
||||||
|
{{ $chart->id }}_api_url = url;
|
||||||
|
}
|
||||||
|
fetch({{ $chart->id }}_api_url)
|
||||||
|
.then(data => data.json())
|
||||||
|
.then(data => {
|
||||||
|
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||||
|
document.getElementById("{{ $chart->id }}").style.display = 'block';
|
||||||
|
{{ $chart->id }}.data.datasets = data;
|
||||||
|
{{ $chart->id }}.update();
|
||||||
|
});
|
||||||
|
};
|
||||||
|
@endif
|
||||||
|
@include('charts::init')
|
||||||
|
|
||||||
|
</script>
|
||||||
3
vendor/consoletvs/charts/src/Views/echarts/container.blade.php
vendored
Normal file
3
vendor/consoletvs/charts/src/Views/echarts/container.blade.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<div id="{{ $chart->id }}" {!! $chart->formatContainerOptions('css') !!}>
|
||||||
|
</div>
|
||||||
|
@include('charts::loader')
|
||||||
29
vendor/consoletvs/charts/src/Views/echarts/script.blade.php
vendored
Normal file
29
vendor/consoletvs/charts/src/Views/echarts/script.blade.php
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
<script {!! $chart->displayScriptAttributes() !!}>
|
||||||
|
function {{ $chart->id }}_create(data) {
|
||||||
|
{{ $chart->id }}_rendered = true;
|
||||||
|
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||||
|
window.{{ $chart->id }} = echarts.init(document.getElementById("{{ $chart->id }}"),'{{ $chart->theme }}');
|
||||||
|
window.{{ $chart->id }}.setOption({
|
||||||
|
series: data,
|
||||||
|
{!! $chart->formatOptions(false, true) !!}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
@if ($chart->api_url)
|
||||||
|
let {{ $chart->id }}_refresh = function (url) {
|
||||||
|
document.getElementById("{{ $chart->id }}").style.display = 'none';
|
||||||
|
document.getElementById("{{ $chart->id }}_loader").style.display = 'flex';
|
||||||
|
if (typeof url !== 'undefined') {
|
||||||
|
{{ $chart->id }}_api_url = url;
|
||||||
|
}
|
||||||
|
|
||||||
|
fetch({{ $chart->id }}_api_url)
|
||||||
|
.then(data => data.json())
|
||||||
|
.then(data => {
|
||||||
|
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||||
|
document.getElementById("{{ $chart->id }}").style.display = 'block';
|
||||||
|
{{ $chart->id }}.setOption({series: data});
|
||||||
|
});
|
||||||
|
};
|
||||||
|
@endif
|
||||||
|
@include('charts::init')
|
||||||
|
</script>
|
||||||
3
vendor/consoletvs/charts/src/Views/frappe/container.blade.php
vendored
Normal file
3
vendor/consoletvs/charts/src/Views/frappe/container.blade.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<div id="{{ $chart->id }}">
|
||||||
|
</div>
|
||||||
|
@include('charts::loader')
|
||||||
44
vendor/consoletvs/charts/src/Views/frappe/script.blade.php
vendored
Normal file
44
vendor/consoletvs/charts/src/Views/frappe/script.blade.php
vendored
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
<script {!! $chart->displayScriptAttributes() !!}>
|
||||||
|
function {{ $chart->id }}_getType(data) {
|
||||||
|
var special_datasets = {!! json_encode($chart->special_datasets) !!};
|
||||||
|
for (var i = 0; i < special_datasets.length; i++) {
|
||||||
|
for (var k = 0; k < data.length; k++) {
|
||||||
|
if (special_datasets[i] == data[k].chartType) {
|
||||||
|
return special_datasets[i];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return 'axis-mixed';
|
||||||
|
}
|
||||||
|
function {{ $chart->id }}_create(data) {
|
||||||
|
{{ $chart->id }}_rendered = true;
|
||||||
|
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||||
|
window.{{ $chart->id }} = new frappe.Chart("#{{ $chart->id }}", {
|
||||||
|
{!! $chart->formatContainerOptions('js') !!}
|
||||||
|
labels: {!! $chart->formatLabels() !!},
|
||||||
|
type: {{ $chart->id }}_getType(data),
|
||||||
|
data: {
|
||||||
|
labels: {!! $chart->formatLabels() !!},
|
||||||
|
datasets: data
|
||||||
|
},
|
||||||
|
{!! $chart->formatOptions(false, true) !!}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
@if ($chart->api_url)
|
||||||
|
let {{ $chart->id }}_refresh = function (url) {
|
||||||
|
document.getElementById("{{ $chart->id }}").style.display = 'none';
|
||||||
|
document.getElementById("{{ $chart->id }}_loader").style.display = 'flex';
|
||||||
|
if (typeof url !== 'undefined') {
|
||||||
|
{{ $chart->id }}_api_url = url;
|
||||||
|
}
|
||||||
|
fetch({{ $chart->id }}_api_url)
|
||||||
|
.then(data => data.json())
|
||||||
|
.then(data => {
|
||||||
|
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||||
|
document.getElementById("{{ $chart->id }}").style.display = 'block';
|
||||||
|
{{ $chart->id }}.update({labels: {!! $chart->formatLabels() !!}, datasets: data});
|
||||||
|
});
|
||||||
|
};
|
||||||
|
@endif
|
||||||
|
@include('charts::init')
|
||||||
|
</script>
|
||||||
3
vendor/consoletvs/charts/src/Views/fusioncharts/container.blade.php
vendored
Normal file
3
vendor/consoletvs/charts/src/Views/fusioncharts/container.blade.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<div id="{{ $chart->id }}" {!! $chart->formatContainerOptions('css') !!}>
|
||||||
|
</div>
|
||||||
|
@include('charts::loader')
|
||||||
48
vendor/consoletvs/charts/src/Views/fusioncharts/script.blade.php
vendored
Normal file
48
vendor/consoletvs/charts/src/Views/fusioncharts/script.blade.php
vendored
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
<script {!! $chart->displayScriptAttributes() !!}>
|
||||||
|
function {{ $chart->id }}_create(data) {
|
||||||
|
{{ $chart->id }}_rendered = true;
|
||||||
|
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||||
|
@if ($chart->type)
|
||||||
|
let {{ $chart->id }}_type = {{ $chart->type }}
|
||||||
|
@else
|
||||||
|
let {{ $chart->id }}_type = data[0].renderAs;
|
||||||
|
@endif
|
||||||
|
if (!{!! json_encode($chart->keepType) !!}.includes({{ $chart->id }}_type)) {
|
||||||
|
{{ $chart->id }}_type = "{{ $chart->comboType }}"
|
||||||
|
}
|
||||||
|
FusionCharts.ready(function () {
|
||||||
|
window.{{ $chart->id }} = new FusionCharts({
|
||||||
|
type: {{ $chart->id }}_type,
|
||||||
|
renderAt: "{{ $chart->id }}",
|
||||||
|
dataFormat: 'json',
|
||||||
|
{!! $chart->formatContainerOptions('js', true) !!}
|
||||||
|
dataSource: {
|
||||||
|
categories: [{
|
||||||
|
category: {!! $chart->formatLabels() !!}
|
||||||
|
}],
|
||||||
|
dataset: data,
|
||||||
|
chart: {!! $chart->formatOptions(true) !!}
|
||||||
|
}
|
||||||
|
}).render();
|
||||||
|
});
|
||||||
|
}
|
||||||
|
@if ($chart->api_url)
|
||||||
|
let {{ $chart->id }}_refresh = function (url) {
|
||||||
|
document.getElementById("{{ $chart->id }}").style.display = 'none';
|
||||||
|
document.getElementById("{{ $chart->id }}_loader").style.display = 'flex';
|
||||||
|
if (typeof url !== 'undefined') {
|
||||||
|
{{ $chart->id }}_api_url = url;
|
||||||
|
}
|
||||||
|
fetch({{ $chart->id }}_api_url)
|
||||||
|
.then(data => data.json())
|
||||||
|
.then(data => {
|
||||||
|
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||||
|
document.getElementById("{{ $chart->id }}").style.display = 'block';
|
||||||
|
let chartData = {{ $chart->id }}.getChartData("json");
|
||||||
|
chartData.dataset = data;
|
||||||
|
{{ $chart->id }}.setChartData(chartData, "json");
|
||||||
|
});
|
||||||
|
};
|
||||||
|
@endif
|
||||||
|
@include('charts::init')
|
||||||
|
</script>
|
||||||
3
vendor/consoletvs/charts/src/Views/highcharts/container.blade.php
vendored
Normal file
3
vendor/consoletvs/charts/src/Views/highcharts/container.blade.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<div id="{{ $chart->id }}" {!! $chart->formatContainerOptions('css') !!}>
|
||||||
|
</div>
|
||||||
|
@include('charts::loader')
|
||||||
27
vendor/consoletvs/charts/src/Views/highcharts/script.blade.php
vendored
Normal file
27
vendor/consoletvs/charts/src/Views/highcharts/script.blade.php
vendored
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
<script {!! $chart->displayScriptAttributes() !!}>
|
||||||
|
function {{ $chart->id }}_create(data) {
|
||||||
|
{{ $chart->id }}_rendered = true;
|
||||||
|
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||||
|
window.{{ $chart->id }} = new Highcharts.Chart("{{ $chart->id }}", {
|
||||||
|
series: data,
|
||||||
|
{!! $chart->formatOptions(false, true) !!}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
@if ($chart->api_url)
|
||||||
|
let {{ $chart->id }}_refresh = function (url) {
|
||||||
|
document.getElementById("{{ $chart->id }}").style.display = 'none';
|
||||||
|
document.getElementById("{{ $chart->id }}_loader").style.display = 'flex';
|
||||||
|
if (typeof url !== 'undefined') {
|
||||||
|
{{ $chart->id }}_api_url = url;
|
||||||
|
}
|
||||||
|
fetch({{ $chart->id }}_api_url)
|
||||||
|
.then(data => data.json())
|
||||||
|
.then(data => {
|
||||||
|
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||||
|
document.getElementById("{{ $chart->id }}").style.display = 'block';
|
||||||
|
{{ $chart->id }}.update({series: data});
|
||||||
|
});
|
||||||
|
};
|
||||||
|
@endif
|
||||||
|
@include('charts::init')
|
||||||
|
</script>
|
||||||
17
vendor/consoletvs/charts/src/Views/init.blade.php
vendored
Normal file
17
vendor/consoletvs/charts/src/Views/init.blade.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
let {{ $chart->id }}_rendered = false;
|
||||||
|
@if ($chart->api_url)
|
||||||
|
let {{ $chart->id }}_api_url = "{!! $chart->api_url !!}";
|
||||||
|
@endif
|
||||||
|
let {{ $chart->id }}_load = function () {
|
||||||
|
if (document.getElementById("{{ $chart->id }}") && !{{ $chart->id }}_rendered) {
|
||||||
|
@if ($chart->api_url)
|
||||||
|
fetch({{ $chart->id }}_api_url)
|
||||||
|
.then(data => data.json())
|
||||||
|
.then(data => { {{ $chart->id }}_create(data) });
|
||||||
|
@else
|
||||||
|
{{ $chart->id }}_create({!! $chart->formatDatasets() !!})
|
||||||
|
@endif
|
||||||
|
}
|
||||||
|
};
|
||||||
|
window.addEventListener("load", {{ $chart->id }}_load);
|
||||||
|
document.addEventListener("turbolinks:load", {{ $chart->id }}_load);
|
||||||
40
vendor/consoletvs/charts/src/Views/loader.blade.php
vendored
Normal file
40
vendor/consoletvs/charts/src/Views/loader.blade.php
vendored
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
<div id="{{ $chart->id }}_loader" style="
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
opacity: {{ $chart->loader ? '1' : '0' }};
|
||||||
|
align-items: center;
|
||||||
|
{{ $chart->height ? 'height: ' . $chart->height . 'px;' : '' }}
|
||||||
|
{{ $chart->width ? 'width: ' . $chart->width . 'px;' : '' }}
|
||||||
|
">
|
||||||
|
<svg width="50" height="50" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs>
|
||||||
|
<linearGradient x1="8.042%" y1="0%" x2="65.682%" y2="23.865%" id="a">
|
||||||
|
<stop stop-color="{{ $chart->loaderColor }}" stop-opacity="0" offset="0%"/>
|
||||||
|
<stop stop-color="{{ $chart->loaderColor }}" stop-opacity=".631" offset="63.146%"/>
|
||||||
|
<stop stop-color="{{ $chart->loaderColor }}" offset="100%"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" fill-rule="evenodd">
|
||||||
|
<g transform="translate(1 1)">
|
||||||
|
<path d="M36 18c0-9.94-8.06-18-18-18" id="Oval-2" stroke="url(#a)" stroke-width="2">
|
||||||
|
<animateTransform
|
||||||
|
attributeName="transform"
|
||||||
|
type="rotate"
|
||||||
|
from="0 18 18"
|
||||||
|
to="360 18 18"
|
||||||
|
dur="0.9s"
|
||||||
|
repeatCount="indefinite" />
|
||||||
|
</path>
|
||||||
|
<circle fill="{{ $chart->loaderColor }}" cx="36" cy="18" r="1">
|
||||||
|
<animateTransform
|
||||||
|
attributeName="transform"
|
||||||
|
type="rotate"
|
||||||
|
from="0 18 18"
|
||||||
|
to="360 18 18"
|
||||||
|
dur="0.9s"
|
||||||
|
repeatCount="indefinite" />
|
||||||
|
</circle>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
@@ -89,7 +89,7 @@ class EmailLexer extends AbstractLexer
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $type
|
* @param string $type
|
||||||
* @throws \UnexpectedValueException
|
* @throws \UnexpectedValueException
|
||||||
* @return boolean
|
* @return boolean
|
||||||
*/
|
*/
|
||||||
@@ -189,7 +189,7 @@ class EmailLexer extends AbstractLexer
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $value
|
* @param string $value
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
protected function isNullType($value)
|
protected function isNullType($value)
|
||||||
@@ -202,7 +202,7 @@ class EmailLexer extends AbstractLexer
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $value
|
* @param string $value
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
protected function isUTF8Invalid($value)
|
protected function isUTF8Invalid($value)
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ class EmailParser
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $str
|
* @param string $str
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function parse($str)
|
public function parse($str)
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ class EmailValidator
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $email
|
* @param string $email
|
||||||
* @param EmailValidation $emailValidation
|
* @param EmailValidation $emailValidation
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace Egulias\EmailValidator\Exception;
|
namespace Egulias\EmailValidator\Exception;
|
||||||
|
|
||||||
class ExpectedQPair extends InvalidEmail
|
class ExpectingQPair extends InvalidEmail
|
||||||
{
|
{
|
||||||
const CODE = 136;
|
const CODE = 136;
|
||||||
const REASON = "Expecting QPAIR";
|
const REASON = "Expecting QPAIR";
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
namespace Egulias\EmailValidator\Exception;
|
namespace Egulias\EmailValidator\Exception;
|
||||||
|
|
||||||
use Egulias\EmailValidator\Exception\InvalidEmail;
|
|
||||||
|
|
||||||
class NoDNSRecord extends InvalidEmail
|
class NoDNSRecord extends InvalidEmail
|
||||||
{
|
{
|
||||||
const CODE = 5;
|
const CODE = 5;
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ use Egulias\EmailValidator\Exception\ConsecutiveDot;
|
|||||||
use Egulias\EmailValidator\Exception\CRLFAtTheEnd;
|
use Egulias\EmailValidator\Exception\CRLFAtTheEnd;
|
||||||
use Egulias\EmailValidator\Exception\CRLFX2;
|
use Egulias\EmailValidator\Exception\CRLFX2;
|
||||||
use Egulias\EmailValidator\Exception\CRNoLF;
|
use Egulias\EmailValidator\Exception\CRNoLF;
|
||||||
use Egulias\EmailValidator\Exception\ExpectedQPair;
|
use Egulias\EmailValidator\Exception\ExpectingQPair;
|
||||||
use Egulias\EmailValidator\Exception\ExpectingATEXT;
|
use Egulias\EmailValidator\Exception\ExpectingATEXT;
|
||||||
use Egulias\EmailValidator\Exception\ExpectingCTEXT;
|
use Egulias\EmailValidator\Exception\ExpectingCTEXT;
|
||||||
use Egulias\EmailValidator\Exception\UnclosedComment;
|
use Egulias\EmailValidator\Exception\UnclosedComment;
|
||||||
@@ -50,7 +50,7 @@ abstract class Parser
|
|||||||
{
|
{
|
||||||
if (!($this->lexer->token['type'] === EmailLexer::INVALID
|
if (!($this->lexer->token['type'] === EmailLexer::INVALID
|
||||||
|| $this->lexer->token['type'] === EmailLexer::C_DEL)) {
|
|| $this->lexer->token['type'] === EmailLexer::C_DEL)) {
|
||||||
throw new ExpectedQPair();
|
throw new ExpectingQPair();
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->warnings[QuotedPart::CODE] =
|
$this->warnings[QuotedPart::CODE] =
|
||||||
|
|||||||
4
vendor/egulias/email-validator/README.md
vendored
4
vendor/egulias/email-validator/README.md
vendored
@@ -1,5 +1,5 @@
|
|||||||
# EmailValidator
|
# EmailValidator
|
||||||
[](https://travis-ci.org/egulias/EmailValidator) [](https://coveralls.io/r/egulias/EmailValidator?branch=master) [](https://scrutinizer-ci.com/g/egulias/EmailValidator/?branch=master) [](https://insight.sensiolabs.com/projects/22ba6692-9c02-42e5-a65d-1c5696bfffc6)
|
[](https://travis-ci.org/egulias/EmailValidator) [](https://coveralls.io/r/egulias/EmailValidator?branch=master) [](https://scrutinizer-ci.com/g/egulias/EmailValidator/?branch=master) [](https://insight.sensiolabs.com/projects/22ba6692-9c02-42e5-a65d-1c5696bfffc6)
|
||||||
=============================
|
=============================
|
||||||
## Suported RFCs ##
|
## Suported RFCs ##
|
||||||
This library aims to support:
|
This library aims to support:
|
||||||
@@ -16,7 +16,7 @@ RFC 5321, 5322, 6530, 6531, 6532.
|
|||||||
Run the command below to install via Composer
|
Run the command below to install via Composer
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
composer require egulias/email-validator "~2.1"
|
composer require egulias/email-validator
|
||||||
```
|
```
|
||||||
|
|
||||||
## Getting Started ##
|
## Getting Started ##
|
||||||
|
|||||||
19
vendor/laravel/framework/SECURITY.md
vendored
Normal file
19
vendor/laravel/framework/SECURITY.md
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# Security Policy
|
||||||
|
|
||||||
|
## Supported Versions
|
||||||
|
|
||||||
|
Version | Security Fixes Until
|
||||||
|
--- | ---
|
||||||
|
5.8 | February 26th, 2020
|
||||||
|
5.7 | September 4th, 2019
|
||||||
|
5.6 | February 7th, 2019
|
||||||
|
5.5 (LTS) | August 30th, 2020
|
||||||
|
5.4 | January 24th, 2018
|
||||||
|
5.3 | August 23rd, 2017
|
||||||
|
5.2 | December 21st, 2016
|
||||||
|
5.1 (LTS) | June 9th, 2018
|
||||||
|
5.0 | February 4th, 2016
|
||||||
|
|
||||||
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
|
If you discover a security vulnerability within Laravel, please send an email to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.
|
||||||
@@ -229,6 +229,7 @@ class CacheManager implements FactoryContract
|
|||||||
$dynamoConfig = [
|
$dynamoConfig = [
|
||||||
'region' => $config['region'],
|
'region' => $config['region'],
|
||||||
'version' => 'latest',
|
'version' => 'latest',
|
||||||
|
'endpoint' => $config['endpoint'] ?? null,
|
||||||
];
|
];
|
||||||
|
|
||||||
if ($config['key'] && $config['secret']) {
|
if ($config['key'] && $config['secret']) {
|
||||||
|
|||||||
@@ -390,7 +390,7 @@ class DynamoDbStore implements Store, LockProvider
|
|||||||
*/
|
*/
|
||||||
public function forever($key, $value)
|
public function forever($key, $value)
|
||||||
{
|
{
|
||||||
return $this->put($key, $value, now()->addYears(5));
|
return $this->put($key, $value, now()->addYears(5)->getTimestamp());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -2,189 +2,9 @@
|
|||||||
|
|
||||||
namespace Illuminate\Database;
|
namespace Illuminate\Database;
|
||||||
|
|
||||||
use Illuminate\Support\Arr;
|
use Illuminate\Support\ConfigurationUrlParser as BaseConfigurationUrlParser;
|
||||||
use InvalidArgumentException;
|
|
||||||
|
|
||||||
class ConfigurationUrlParser
|
class ConfigurationUrlParser extends BaseConfigurationUrlParser
|
||||||
{
|
{
|
||||||
/**
|
//
|
||||||
* The drivers aliases map.
|
|
||||||
*
|
|
||||||
* @var array
|
|
||||||
*/
|
|
||||||
protected static $driverAliases = [
|
|
||||||
'mssql' => 'sqlsrv',
|
|
||||||
'mysql2' => 'mysql', // RDS
|
|
||||||
'postgres' => 'pgsql',
|
|
||||||
'postgresql' => 'pgsql',
|
|
||||||
'sqlite3' => 'sqlite',
|
|
||||||
];
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Parse the database configuration, hydrating options using a database configuration URL if possible.
|
|
||||||
*
|
|
||||||
* @param array|string $config
|
|
||||||
* @return array
|
|
||||||
*/
|
|
||||||
public function parseConfiguration($config)
|
|
||||||
{
|
|
||||||
if (is_string($config)) {
|
|
||||||
$config = ['url' => $config];
|
|
||||||
}
|
|
||||||
|
|
||||||
$url = $config['url'] ?? null;
|
|
||||||
|
|
||||||
$config = Arr::except($config, 'url');
|
|
||||||
|
|
||||||
if (! $url) {
|
|
||||||
return $config;
|
|
||||||
}
|
|
||||||
|
|
||||||
$parsedUrl = $this->parseUrl($url);
|
|
||||||
|
|
||||||
return array_merge(
|
|
||||||
$config,
|
|
||||||
$this->getPrimaryOptions($parsedUrl),
|
|
||||||
$this->getQueryOptions($parsedUrl)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the primary database connection options.
|
|
||||||
*
|
|
||||||
* @param array $url
|
|
||||||
* @return array
|
|
||||||
*/
|
|
||||||
protected function getPrimaryOptions($url)
|
|
||||||
{
|
|
||||||
return array_filter([
|
|
||||||
'driver' => $this->getDriver($url),
|
|
||||||
'database' => $this->getDatabase($url),
|
|
||||||
'host' => $url['host'] ?? null,
|
|
||||||
'port' => $url['port'] ?? null,
|
|
||||||
'username' => $url['user'] ?? null,
|
|
||||||
'password' => $url['pass'] ?? null,
|
|
||||||
], function ($value) {
|
|
||||||
return ! is_null($value);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the database driver from the URL.
|
|
||||||
*
|
|
||||||
* @param array $url
|
|
||||||
* @return string|null
|
|
||||||
*/
|
|
||||||
protected function getDriver($url)
|
|
||||||
{
|
|
||||||
$alias = $url['scheme'] ?? null;
|
|
||||||
|
|
||||||
if (! $alias) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
return static::$driverAliases[$alias] ?? $alias;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the database name from the URL.
|
|
||||||
*
|
|
||||||
* @param array $url
|
|
||||||
* @return string|null
|
|
||||||
*/
|
|
||||||
protected function getDatabase($url)
|
|
||||||
{
|
|
||||||
$path = $url['path'] ?? null;
|
|
||||||
|
|
||||||
return $path ? substr($path, 1) : null;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get all of the additional database options from the query string.
|
|
||||||
*
|
|
||||||
* @param array $url
|
|
||||||
* @return array
|
|
||||||
*/
|
|
||||||
protected function getQueryOptions($url)
|
|
||||||
{
|
|
||||||
$queryString = $url['query'] ?? null;
|
|
||||||
|
|
||||||
if (! $queryString) {
|
|
||||||
return [];
|
|
||||||
}
|
|
||||||
|
|
||||||
$query = [];
|
|
||||||
|
|
||||||
parse_str($queryString, $query);
|
|
||||||
|
|
||||||
return $this->parseStringsToNativeTypes($query);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Parse the string URL to an array of components.
|
|
||||||
*
|
|
||||||
* @param string $url
|
|
||||||
* @return array
|
|
||||||
*/
|
|
||||||
protected function parseUrl($url)
|
|
||||||
{
|
|
||||||
$url = preg_replace('#^(sqlite3?):///#', '$1://null/', $url);
|
|
||||||
|
|
||||||
$parsedUrl = parse_url($url);
|
|
||||||
|
|
||||||
if ($parsedUrl === false) {
|
|
||||||
throw new InvalidArgumentException('The database configuration URL is malformed.');
|
|
||||||
}
|
|
||||||
|
|
||||||
return $this->parseStringsToNativeTypes(
|
|
||||||
array_map('rawurldecode', $parsedUrl)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Convert string casted values to their native types.
|
|
||||||
*
|
|
||||||
* @param mixed $value
|
|
||||||
* @return mixed
|
|
||||||
*/
|
|
||||||
protected function parseStringsToNativeTypes($value)
|
|
||||||
{
|
|
||||||
if (is_array($value)) {
|
|
||||||
return array_map([$this, 'parseStringsToNativeTypes'], $value);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (! is_string($value)) {
|
|
||||||
return $value;
|
|
||||||
}
|
|
||||||
|
|
||||||
$parsedValue = json_decode($value, true);
|
|
||||||
|
|
||||||
if (json_last_error() === JSON_ERROR_NONE) {
|
|
||||||
return $parsedValue;
|
|
||||||
}
|
|
||||||
|
|
||||||
return $value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get all of the current drivers aliases.
|
|
||||||
*
|
|
||||||
* @return array
|
|
||||||
*/
|
|
||||||
public static function getDriverAliases()
|
|
||||||
{
|
|
||||||
return static::$driverAliases;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Add the given driver alias to the driver aliases array.
|
|
||||||
*
|
|
||||||
* @param string $alias
|
|
||||||
* @param string $driver
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public static function addDriverAlias($alias, $driver)
|
|
||||||
{
|
|
||||||
static::$driverAliases[$alias] = $driver;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ use PDO;
|
|||||||
use Illuminate\Support\Arr;
|
use Illuminate\Support\Arr;
|
||||||
use Illuminate\Support\Str;
|
use Illuminate\Support\Str;
|
||||||
use InvalidArgumentException;
|
use InvalidArgumentException;
|
||||||
|
use Illuminate\Support\ConfigurationUrlParser;
|
||||||
use Illuminate\Database\Connectors\ConnectionFactory;
|
use Illuminate\Database\Connectors\ConnectionFactory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -870,7 +870,11 @@ class Builder
|
|||||||
$values
|
$values
|
||||||
);
|
);
|
||||||
|
|
||||||
$values[$this->qualifyColumn($column)] = $values[$column];
|
$segments = preg_split('/\s+as\s+/i', $this->query->from);
|
||||||
|
|
||||||
|
$qualifiedColumn = end($segments).'.'.$column;
|
||||||
|
|
||||||
|
$values[$qualifiedColumn] = $values[$column];
|
||||||
|
|
||||||
unset($values[$column]);
|
unset($values[$column]);
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ class Application extends Container implements ApplicationContract, HttpKernelIn
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = '5.8.18';
|
const VERSION = '5.8.19';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The base path for the Laravel installation.
|
* The base path for the Laravel installation.
|
||||||
@@ -519,6 +519,16 @@ class Application extends Container implements ApplicationContract, HttpKernelIn
|
|||||||
return $this['env'] === 'local';
|
return $this['env'] === 'local';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determine if application is in production environment.
|
||||||
|
*
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function isProduction()
|
||||||
|
{
|
||||||
|
return $this['env'] === 'production';
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Detect the application's current environment.
|
* Detect the application's current environment.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ class EventListCommand extends Command
|
|||||||
$events = [];
|
$events = [];
|
||||||
|
|
||||||
foreach ($this->laravel->getProviders(EventServiceProvider::class) as $provider) {
|
foreach ($this->laravel->getProviders(EventServiceProvider::class) as $provider) {
|
||||||
$providerEvents = array_merge($provider->discoverEvents(), $provider->listens());
|
$providerEvents = array_merge_recursive($provider->discoverEvents(), $provider->listens());
|
||||||
|
|
||||||
$events = array_merge_recursive($events, $providerEvents);
|
$events = array_merge_recursive($events, $providerEvents);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -703,14 +703,17 @@ if (! function_exists('rescue')) {
|
|||||||
*
|
*
|
||||||
* @param callable $callback
|
* @param callable $callback
|
||||||
* @param mixed $rescue
|
* @param mixed $rescue
|
||||||
|
* @param bool $report
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
function rescue(callable $callback, $rescue = null)
|
function rescue(callable $callback, $rescue = null, $report = true)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
return $callback();
|
return $callback();
|
||||||
} catch (Throwable $e) {
|
} catch (Throwable $e) {
|
||||||
|
if ($report) {
|
||||||
report($e);
|
report($e);
|
||||||
|
}
|
||||||
|
|
||||||
return value($rescue);
|
return value($rescue);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,13 +47,30 @@ class TransportManager extends Manager
|
|||||||
$transport->setPassword($config['password']);
|
$transport->setPassword($config['password']);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Next we will set any stream context options specified for the transport
|
return $this->configureSmtpDriver($transport, $config);
|
||||||
// and then return it. The option is not required any may not be inside
|
}
|
||||||
// the configuration array at all so we'll verify that before adding.
|
|
||||||
|
/**
|
||||||
|
* Configure the additional SMTP driver options.
|
||||||
|
*
|
||||||
|
* @param \Swift_SmtpTransport $transport
|
||||||
|
* @param array $config
|
||||||
|
* @return \Swift_SmtpTransport
|
||||||
|
*/
|
||||||
|
protected function configureSmtpDriver($transport, $config)
|
||||||
|
{
|
||||||
if (isset($config['stream'])) {
|
if (isset($config['stream'])) {
|
||||||
$transport->setStreamOptions($config['stream']);
|
$transport->setStreamOptions($config['stream']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isset($config['source_ip'])) {
|
||||||
|
$transport->setSourceIp($config['source_ip']);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (isset($config['local_domain'])) {
|
||||||
|
$transport->setLocalDomain($config['local_domain']);
|
||||||
|
}
|
||||||
|
|
||||||
return $transport;
|
return $transport;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ namespace Illuminate\Redis;
|
|||||||
use InvalidArgumentException;
|
use InvalidArgumentException;
|
||||||
use Illuminate\Contracts\Redis\Factory;
|
use Illuminate\Contracts\Redis\Factory;
|
||||||
use Illuminate\Redis\Connections\Connection;
|
use Illuminate\Redis\Connections\Connection;
|
||||||
|
use Illuminate\Support\ConfigurationUrlParser;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @mixin \Illuminate\Redis\Connections\Connection
|
* @mixin \Illuminate\Redis\Connections\Connection
|
||||||
@@ -95,7 +96,10 @@ class RedisManager implements Factory
|
|||||||
$options = $this->config['options'] ?? [];
|
$options = $this->config['options'] ?? [];
|
||||||
|
|
||||||
if (isset($this->config[$name])) {
|
if (isset($this->config[$name])) {
|
||||||
return $this->connector()->connect($this->config[$name], $options);
|
return $this->connector()->connect(
|
||||||
|
$this->parseConnectionConfiguration($this->config[$name]),
|
||||||
|
$options
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($this->config['clusters'][$name])) {
|
if (isset($this->config['clusters'][$name])) {
|
||||||
@@ -113,10 +117,10 @@ class RedisManager implements Factory
|
|||||||
*/
|
*/
|
||||||
protected function resolveCluster($name)
|
protected function resolveCluster($name)
|
||||||
{
|
{
|
||||||
$clusterOptions = $this->config['clusters']['options'] ?? [];
|
|
||||||
|
|
||||||
return $this->connector()->connectToCluster(
|
return $this->connector()->connectToCluster(
|
||||||
$this->config['clusters'][$name], $clusterOptions, $this->config['options'] ?? []
|
$this->parseConnectionConfiguration($this->config['clusters'][$name]),
|
||||||
|
$this->config['clusters']['options'] ?? [],
|
||||||
|
$this->config['options'] ?? []
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -153,6 +157,21 @@ class RedisManager implements Factory
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Parse the Redis connection configuration.
|
||||||
|
*
|
||||||
|
* @param mixed $config
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
protected function parseConnectionConfiguration($config)
|
||||||
|
{
|
||||||
|
$parsed = (new ConfigurationUrlParser)->parseConfiguration($config);
|
||||||
|
|
||||||
|
return array_filter($parsed, function ($key) {
|
||||||
|
return ! in_array($key, ['driver', 'username']);
|
||||||
|
}, ARRAY_FILTER_USE_KEY);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return all of the created connections.
|
* Return all of the created connections.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ class ImplicitRouteBinding
|
|||||||
$instance = $container->make($parameter->getClass()->name);
|
$instance = $container->make($parameter->getClass()->name);
|
||||||
|
|
||||||
if (! $model = $instance->resolveRouteBinding($parameterValue)) {
|
if (! $model = $instance->resolveRouteBinding($parameterValue)) {
|
||||||
throw (new ModelNotFoundException)->setModel(get_class($instance));
|
throw (new ModelNotFoundException)->setModel(get_class($instance), [$parameterValue]);
|
||||||
}
|
}
|
||||||
|
|
||||||
$route->setParameter($parameterName, $model);
|
$route->setParameter($parameterName, $model);
|
||||||
|
|||||||
@@ -213,10 +213,14 @@ class Arr
|
|||||||
|
|
||||||
if (! is_array($item)) {
|
if (! is_array($item)) {
|
||||||
$result[] = $item;
|
$result[] = $item;
|
||||||
} elseif ($depth === 1) {
|
|
||||||
$result = array_merge($result, array_values($item));
|
|
||||||
} else {
|
} else {
|
||||||
$result = array_merge($result, static::flatten($item, $depth - 1));
|
$values = $depth === 1
|
||||||
|
? array_values($item)
|
||||||
|
: static::flatten($item, $depth - 1);
|
||||||
|
|
||||||
|
foreach ($values as $value) {
|
||||||
|
$result[] = $value;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
189
vendor/laravel/framework/src/Illuminate/Support/ConfigurationUrlParser.php
vendored
Normal file
189
vendor/laravel/framework/src/Illuminate/Support/ConfigurationUrlParser.php
vendored
Normal file
@@ -0,0 +1,189 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Illuminate\Support;
|
||||||
|
|
||||||
|
use InvalidArgumentException;
|
||||||
|
|
||||||
|
class ConfigurationUrlParser
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* The drivers aliases map.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
protected static $driverAliases = [
|
||||||
|
'mssql' => 'sqlsrv',
|
||||||
|
'mysql2' => 'mysql', // RDS
|
||||||
|
'postgres' => 'pgsql',
|
||||||
|
'postgresql' => 'pgsql',
|
||||||
|
'sqlite3' => 'sqlite',
|
||||||
|
];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Parse the database configuration, hydrating options using a database configuration URL if possible.
|
||||||
|
*
|
||||||
|
* @param array|string $config
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
public function parseConfiguration($config)
|
||||||
|
{
|
||||||
|
if (is_string($config)) {
|
||||||
|
$config = ['url' => $config];
|
||||||
|
}
|
||||||
|
|
||||||
|
$url = $config['url'] ?? null;
|
||||||
|
|
||||||
|
$config = Arr::except($config, 'url');
|
||||||
|
|
||||||
|
if (! $url) {
|
||||||
|
return $config;
|
||||||
|
}
|
||||||
|
|
||||||
|
$parsedUrl = $this->parseUrl($url);
|
||||||
|
|
||||||
|
return array_merge(
|
||||||
|
$config,
|
||||||
|
$this->getPrimaryOptions($parsedUrl),
|
||||||
|
$this->getQueryOptions($parsedUrl)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the primary database connection options.
|
||||||
|
*
|
||||||
|
* @param array $url
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
protected function getPrimaryOptions($url)
|
||||||
|
{
|
||||||
|
return array_filter([
|
||||||
|
'driver' => $this->getDriver($url),
|
||||||
|
'database' => $this->getDatabase($url),
|
||||||
|
'host' => $url['host'] ?? null,
|
||||||
|
'port' => $url['port'] ?? null,
|
||||||
|
'username' => $url['user'] ?? null,
|
||||||
|
'password' => $url['pass'] ?? null,
|
||||||
|
], function ($value) {
|
||||||
|
return ! is_null($value);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the database driver from the URL.
|
||||||
|
*
|
||||||
|
* @param array $url
|
||||||
|
* @return string|null
|
||||||
|
*/
|
||||||
|
protected function getDriver($url)
|
||||||
|
{
|
||||||
|
$alias = $url['scheme'] ?? null;
|
||||||
|
|
||||||
|
if (! $alias) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
return static::$driverAliases[$alias] ?? $alias;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the database name from the URL.
|
||||||
|
*
|
||||||
|
* @param array $url
|
||||||
|
* @return string|null
|
||||||
|
*/
|
||||||
|
protected function getDatabase($url)
|
||||||
|
{
|
||||||
|
$path = $url['path'] ?? null;
|
||||||
|
|
||||||
|
return $path ? substr($path, 1) : null;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get all of the additional database options from the query string.
|
||||||
|
*
|
||||||
|
* @param array $url
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
protected function getQueryOptions($url)
|
||||||
|
{
|
||||||
|
$queryString = $url['query'] ?? null;
|
||||||
|
|
||||||
|
if (! $queryString) {
|
||||||
|
return [];
|
||||||
|
}
|
||||||
|
|
||||||
|
$query = [];
|
||||||
|
|
||||||
|
parse_str($queryString, $query);
|
||||||
|
|
||||||
|
return $this->parseStringsToNativeTypes($query);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Parse the string URL to an array of components.
|
||||||
|
*
|
||||||
|
* @param string $url
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
protected function parseUrl($url)
|
||||||
|
{
|
||||||
|
$url = preg_replace('#^(sqlite3?):///#', '$1://null/', $url);
|
||||||
|
|
||||||
|
$parsedUrl = parse_url($url);
|
||||||
|
|
||||||
|
if ($parsedUrl === false) {
|
||||||
|
throw new InvalidArgumentException('The database configuration URL is malformed.');
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this->parseStringsToNativeTypes(
|
||||||
|
array_map('rawurldecode', $parsedUrl)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Convert string casted values to their native types.
|
||||||
|
*
|
||||||
|
* @param mixed $value
|
||||||
|
* @return mixed
|
||||||
|
*/
|
||||||
|
protected function parseStringsToNativeTypes($value)
|
||||||
|
{
|
||||||
|
if (is_array($value)) {
|
||||||
|
return array_map([$this, 'parseStringsToNativeTypes'], $value);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (! is_string($value)) {
|
||||||
|
return $value;
|
||||||
|
}
|
||||||
|
|
||||||
|
$parsedValue = json_decode($value, true);
|
||||||
|
|
||||||
|
if (json_last_error() === JSON_ERROR_NONE) {
|
||||||
|
return $parsedValue;
|
||||||
|
}
|
||||||
|
|
||||||
|
return $value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get all of the current drivers aliases.
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
public static function getDriverAliases()
|
||||||
|
{
|
||||||
|
return static::$driverAliases;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add the given driver alias to the driver aliases array.
|
||||||
|
*
|
||||||
|
* @param string $alias
|
||||||
|
* @param string $driver
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public static function addDriverAlias($alias, $driver)
|
||||||
|
{
|
||||||
|
static::$driverAliases[$alias] = $driver;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -6,12 +6,14 @@ use Illuminate\Contracts\Routing\ResponseFactory as ResponseFactoryContract;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @method static \Illuminate\Http\Response make(string $content = '', int $status = 200, array $headers = [])
|
* @method static \Illuminate\Http\Response make(string $content = '', int $status = 200, array $headers = [])
|
||||||
|
* @method static \Illuminate\Http\Response noContent($status = 204, array $headers = [])
|
||||||
* @method static \Illuminate\Http\Response view(string $view, array $data = [], int $status = 200, array $headers = [])
|
* @method static \Illuminate\Http\Response view(string $view, array $data = [], int $status = 200, array $headers = [])
|
||||||
* @method static \Illuminate\Http\JsonResponse json(string|array $data = [], int $status = 200, array $headers = [], int $options = 0)
|
* @method static \Illuminate\Http\JsonResponse json(string|array $data = [], int $status = 200, array $headers = [], int $options = 0)
|
||||||
* @method static \Illuminate\Http\JsonResponse jsonp(string $callback, string|array $data = [], int $status = 200, array $headers = [], int $options = 0)
|
* @method static \Illuminate\Http\JsonResponse jsonp(string $callback, string|array $data = [], int $status = 200, array $headers = [], int $options = 0)
|
||||||
* @method static \Symfony\Component\HttpFoundation\StreamedResponse stream(\Closure $callback, int $status = 200, array $headers = [])
|
* @method static \Symfony\Component\HttpFoundation\StreamedResponse stream(\Closure $callback, int $status = 200, array $headers = [])
|
||||||
* @method static \Symfony\Component\HttpFoundation\StreamedResponse streamDownload(\Closure $callback, string|null $name = null, array $headers = [], string|null $disposition = 'attachment')
|
* @method static \Symfony\Component\HttpFoundation\StreamedResponse streamDownload(\Closure $callback, string|null $name = null, array $headers = [], string|null $disposition = 'attachment')
|
||||||
* @method static \Symfony\Component\HttpFoundation\BinaryFileResponse download(\SplFileInfo|string $file, string|null $name = null, array $headers = [], string|null $disposition = 'attachment')
|
* @method static \Symfony\Component\HttpFoundation\BinaryFileResponse download(\SplFileInfo|string $file, string|null $name = null, array $headers = [], string|null $disposition = 'attachment')
|
||||||
|
* @method static \Symfony\Component\HttpFoundation\BinaryFileResponse file($file, array $headers = [])
|
||||||
* @method static \Illuminate\Http\RedirectResponse redirectTo(string $path, int $status = 302, array $headers = [], bool|null $secure = null)
|
* @method static \Illuminate\Http\RedirectResponse redirectTo(string $path, int $status = 302, array $headers = [], bool|null $secure = null)
|
||||||
* @method static \Illuminate\Http\RedirectResponse redirectToRoute(string $route, array $parameters = [], int $status = 302, array $headers = [])
|
* @method static \Illuminate\Http\RedirectResponse redirectToRoute(string $route, array $parameters = [], int $status = 302, array $headers = [])
|
||||||
* @method static \Illuminate\Http\RedirectResponse redirectToAction(string $action, array $parameters = [], int $status = 302, array $headers = [])
|
* @method static \Illuminate\Http\RedirectResponse redirectToAction(string $action, array $parameters = [], int $status = 302, array $headers = [])
|
||||||
|
|||||||
@@ -12,9 +12,9 @@ namespace Illuminate\Support\Facades;
|
|||||||
* @method static string route(string $name, $parameters = [], bool $absolute = true)
|
* @method static string route(string $name, $parameters = [], bool $absolute = true)
|
||||||
* @method static string action(string $action, $parameters = [], bool $absolute = true)
|
* @method static string action(string $action, $parameters = [], bool $absolute = true)
|
||||||
* @method static \Illuminate\Contracts\Routing\UrlGenerator setRootControllerNamespace(string $rootNamespace)
|
* @method static \Illuminate\Contracts\Routing\UrlGenerator setRootControllerNamespace(string $rootNamespace)
|
||||||
* @method static string signedRoute(string $name, array $parameters = [], \DateTimeInterface|\DateInterval|int $expiration = null)
|
* @method static string signedRoute(string $name, array $parameters = [], \DateTimeInterface|\DateInterval|int $expiration = null, bool $absolute = true)
|
||||||
* @method static string temporarySignedRoute(string $name, \DateTimeInterface|\DateInterval|int $expiration, array $parameters = [])
|
* @method static string temporarySignedRoute(string $name, \DateTimeInterface|\DateInterval|int $expiration, array $parameters = [], bool $absolute = true)
|
||||||
* @method static string hasValidSignature(\Illuminate\Http\Request $request, bool $absolute)
|
* @method static string hasValidSignature(\Illuminate\Http\Request $request, bool $absolute = true)
|
||||||
* @method static void defaults(array $defaults)
|
* @method static void defaults(array $defaults)
|
||||||
*
|
*
|
||||||
* @see \Illuminate\Routing\UrlGenerator
|
* @see \Illuminate\Routing\UrlGenerator
|
||||||
|
|||||||
2
vendor/nikic/php-parser/.travis.yml
vendored
2
vendor/nikic/php-parser/.travis.yml
vendored
@@ -16,7 +16,7 @@ php:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- if [ $TRAVIS_PHP_VERSION = '7.0' ]; then composer require satooshi/php-coveralls '~1.0'; fi
|
- if [ $TRAVIS_PHP_VERSION = '7.0' ]; then composer require satooshi/php-coveralls '~1.0'; fi
|
||||||
- composer install --prefer-dist
|
- composer install --prefer-dist --ignore-platform-reqs
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|||||||
21
vendor/nikic/php-parser/CHANGELOG.md
vendored
21
vendor/nikic/php-parser/CHANGELOG.md
vendored
@@ -1,8 +1,27 @@
|
|||||||
Version 4.2.2-dev
|
Version 4.2.3-dev
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
Nothing yet.
|
Nothing yet.
|
||||||
|
|
||||||
|
Version 4.2.2 (2019-05-25)
|
||||||
|
--------------------------
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* [PHP 7.4] Add support for arrow functions using a new `Expr\ArrowFunction` node. (#602)
|
||||||
|
* [PHP 7.4] Add support for array spreads, using a new `unpack` subnode on `ArrayItem`. (#609)
|
||||||
|
* Added support for inserting into empty list nodes in the formatting preserving pretty printer.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* `php-parse` will now print messages to stderr, so that stdout only contains the actual result of
|
||||||
|
the operation (such as a JSON dump). (#605)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* Fixed attribute assignment for zero-length nop statements, and a related assertion failure in
|
||||||
|
the formatting-preserving pretty printer. (#589)
|
||||||
|
|
||||||
Version 4.2.1 (2019-02-16)
|
Version 4.2.1 (2019-02-16)
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
|||||||
27
vendor/nikic/php-parser/bin/php-parse
vendored
27
vendor/nikic/php-parser/bin/php-parse
vendored
@@ -45,14 +45,15 @@ $traverser->addVisitor(new PhpParser\NodeVisitor\NameResolver);
|
|||||||
foreach ($files as $file) {
|
foreach ($files as $file) {
|
||||||
if (strpos($file, '<?php') === 0) {
|
if (strpos($file, '<?php') === 0) {
|
||||||
$code = $file;
|
$code = $file;
|
||||||
echo "====> Code $code\n";
|
fwrite(STDERR, "====> Code $code\n");
|
||||||
} else {
|
} else {
|
||||||
if (!file_exists($file)) {
|
if (!file_exists($file)) {
|
||||||
die("File $file does not exist.\n");
|
fwrite(STDERR, "File $file does not exist.\n");
|
||||||
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
$code = file_get_contents($file);
|
$code = file_get_contents($file);
|
||||||
echo "====> File $file:\n";
|
fwrite(STDERR, "====> File $file:\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($attributes['with-recovery']) {
|
if ($attributes['with-recovery']) {
|
||||||
@@ -60,7 +61,7 @@ foreach ($files as $file) {
|
|||||||
$stmts = $parser->parse($code, $errorHandler);
|
$stmts = $parser->parse($code, $errorHandler);
|
||||||
foreach ($errorHandler->getErrors() as $error) {
|
foreach ($errorHandler->getErrors() as $error) {
|
||||||
$message = formatErrorMessage($error, $code, $attributes['with-column-info']);
|
$message = formatErrorMessage($error, $code, $attributes['with-column-info']);
|
||||||
echo $message . "\n";
|
fwrite(STDERR, $message . "\n");
|
||||||
}
|
}
|
||||||
if (null === $stmts) {
|
if (null === $stmts) {
|
||||||
continue;
|
continue;
|
||||||
@@ -70,25 +71,26 @@ foreach ($files as $file) {
|
|||||||
$stmts = $parser->parse($code);
|
$stmts = $parser->parse($code);
|
||||||
} catch (PhpParser\Error $error) {
|
} catch (PhpParser\Error $error) {
|
||||||
$message = formatErrorMessage($error, $code, $attributes['with-column-info']);
|
$message = formatErrorMessage($error, $code, $attributes['with-column-info']);
|
||||||
die($message . "\n");
|
fwrite(STDERR, $message . "\n");
|
||||||
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($operations as $operation) {
|
foreach ($operations as $operation) {
|
||||||
if ('dump' === $operation) {
|
if ('dump' === $operation) {
|
||||||
echo "==> Node dump:\n";
|
fwrite(STDERR, "==> Node dump:\n");
|
||||||
echo $dumper->dump($stmts, $code), "\n";
|
echo $dumper->dump($stmts, $code), "\n";
|
||||||
} elseif ('pretty-print' === $operation) {
|
} elseif ('pretty-print' === $operation) {
|
||||||
echo "==> Pretty print:\n";
|
fwrite(STDERR, "==> Pretty print:\n");
|
||||||
echo $prettyPrinter->prettyPrintFile($stmts), "\n";
|
echo $prettyPrinter->prettyPrintFile($stmts), "\n";
|
||||||
} elseif ('json-dump' === $operation) {
|
} elseif ('json-dump' === $operation) {
|
||||||
echo "==> JSON dump:\n";
|
fwrite(STDERR, "==> JSON dump:\n");
|
||||||
echo json_encode($stmts, JSON_PRETTY_PRINT), "\n";
|
echo json_encode($stmts, JSON_PRETTY_PRINT), "\n";
|
||||||
} elseif ('var-dump' === $operation) {
|
} elseif ('var-dump' === $operation) {
|
||||||
echo "==> var_dump():\n";
|
fwrite(STDERR, "==> var_dump():\n");
|
||||||
var_dump($stmts);
|
var_dump($stmts);
|
||||||
} elseif ('resolve-names' === $operation) {
|
} elseif ('resolve-names' === $operation) {
|
||||||
echo "==> Resolved names.\n";
|
fwrite(STDERR, "==> Resolved names.\n");
|
||||||
$stmts = $traverser->traverse($stmts);
|
$stmts = $traverser->traverse($stmts);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -104,9 +106,9 @@ function formatErrorMessage(PhpParser\Error $e, $code, $withColumnInfo) {
|
|||||||
|
|
||||||
function showHelp($error = '') {
|
function showHelp($error = '') {
|
||||||
if ($error) {
|
if ($error) {
|
||||||
echo $error . "\n\n";
|
fwrite(STDERR, $error . "\n\n");
|
||||||
}
|
}
|
||||||
die(<<<OUTPUT
|
fwrite($error ? STDERR : STDOUT, <<<OUTPUT
|
||||||
Usage: php-parse [operations] file1.php [file2.php ...]
|
Usage: php-parse [operations] file1.php [file2.php ...]
|
||||||
or: php-parse [operations] "<?php code"
|
or: php-parse [operations] "<?php code"
|
||||||
Turn PHP source code into an abstract syntax tree.
|
Turn PHP source code into an abstract syntax tree.
|
||||||
@@ -131,6 +133,7 @@ Example:
|
|||||||
|
|
||||||
OUTPUT
|
OUTPUT
|
||||||
);
|
);
|
||||||
|
exit($error ? 1 : 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
function parseArgs($args) {
|
function parseArgs($args) {
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user