SYMBOL INDEX (1091 symbols across 137 files) FILE: app/Console/Kernel.php class Kernel (line 8) | class Kernel extends ConsoleKernel method schedule (line 16) | protected function schedule(Schedule $schedule) method commands (line 26) | protected function commands() FILE: app/Core/CrudDialogHelper.php type CrudDialogHelper (line 9) | trait CrudDialogHelper method deleteConfirmation (line 24) | public function deleteConfirmation(string $title, string $body, string... FILE: app/Core/HasLogsActivity.php type HasLogsActivity (line 5) | interface HasLogsActivity method __toString (line 8) | public function __toString(): string; method activityLogLink (line 10) | public function activityLogLink(): string; FILE: app/Core/LogsActivity.php type LogsActivity (line 9) | trait LogsActivity method getActivitylogOptions (line 19) | public function getActivitylogOptions(): LogOptions method fromCamelCase (line 47) | private function fromCamelCase($input) FILE: app/Exceptions/Handler.php class Handler (line 8) | class Handler extends ExceptionHandler method register (line 44) | public function register() FILE: app/Http/Controllers/Auth/LogoutController.php class LogoutController (line 9) | class LogoutController extends Controller method __invoke (line 12) | public function __invoke(Request $request) FILE: app/Http/Controllers/Controller.php class Controller (line 10) | class Controller extends BaseController FILE: app/Http/Controllers/TicketNumberController.php class TicketNumberController (line 9) | class TicketNumberController extends Controller method __invoke (line 18) | public function __invoke(string $number) FILE: app/Http/Kernel.php class Kernel (line 7) | class Kernel extends HttpKernel FILE: app/Http/Livewire/Administration/ActivityLogs.php class ActivityLogs (line 13) | class ActivityLogs extends Component implements HasForms method mount (line 19) | public function mount(): void method render (line 24) | public function render() method getFormSchema (line 40) | protected function getFormSchema(): array method search (line 59) | public function search(): void FILE: app/Http/Livewire/Administration/Companies.php class Companies (line 24) | class Companies extends Component implements HasTable method render (line 32) | public function render() method getTableQuery (line 42) | protected function getTableQuery(): Builder|Relation method getTableColumns (line 59) | protected function getTableColumns(): array method getTableActions (line 104) | protected function getTableActions(): array method getTableHeaderActions (line 121) | protected function getTableHeaderActions(): array method getDefaultTableSortColumn (line 156) | protected function getDefaultTableSortColumn(): ?string method getDefaultTableSortDirection (line 166) | protected function getDefaultTableSortDirection(): ?string method updateCompany (line 177) | public function updateCompany($id) method createCompany (line 188) | public function createCompany() method cancelCompany (line 199) | public function cancelCompany() method companySaved (line 210) | public function companySaved() method companyDeleted (line 220) | public function companyDeleted() FILE: app/Http/Livewire/Administration/CompaniesDialog.php class CompaniesDialog (line 29) | class CompaniesDialog extends Component implements HasForms method mount (line 38) | public function mount(): void method render (line 51) | public function render() method getFormSchema (line 61) | protected function getFormSchema(): array method save (line 121) | public function save(): void method doDeleteCompany (line 171) | public function doDeleteCompany(): void method cancelDeleteCompany (line 188) | public function cancelDeleteCompany(): void method deleteCompany (line 199) | public function deleteCompany(): void FILE: app/Http/Livewire/Administration/Roles.php class Roles (line 21) | class Roles extends Component implements HasTable method render (line 29) | public function render() method getTableQuery (line 39) | protected function getTableQuery(): Builder|Relation method getTableColumns (line 51) | protected function getTableColumns(): array method getTableActions (line 72) | protected function getTableActions(): array method getTableHeaderActions (line 89) | protected function getTableHeaderActions(): array method getDefaultTableSortColumn (line 121) | protected function getDefaultTableSortColumn(): ?string method getDefaultTableSortDirection (line 131) | protected function getDefaultTableSortDirection(): ?string method updateRole (line 142) | public function updateRole($id) method createRole (line 153) | public function createRole() method cancelRole (line 164) | public function cancelRole() method roleSaved (line 175) | public function roleSaved() method roleDeleted (line 185) | public function roleDeleted() FILE: app/Http/Livewire/Administration/RolesDialog.php class RolesDialog (line 16) | class RolesDialog extends Component implements HasForms method mount (line 27) | public function mount(): void method render (line 36) | public function render() method getFormSchema (line 46) | protected function getFormSchema(): array method assignAllPermissions (line 81) | public function assignAllPermissions(): void method removeAllPermissions (line 91) | public function removeAllPermissions(): void method save (line 101) | public function save(): void method doDeleteRole (line 130) | public function doDeleteRole(): void method cancelDeleteRole (line 147) | public function cancelDeleteRole(): void method deleteRole (line 158) | public function deleteRole(): void FILE: app/Http/Livewire/Administration/TicketPriorities.php class TicketPriorities (line 20) | class TicketPriorities extends Component implements HasTable method render (line 28) | public function render() method getTableQuery (line 38) | protected function getTableQuery(): Builder|Relation method getTableColumns (line 48) | protected function getTableColumns(): array method getTableActions (line 77) | protected function getTableActions(): array method getTableHeaderActions (line 93) | protected function getTableHeaderActions(): array method getDefaultTableSortColumn (line 120) | protected function getDefaultTableSortColumn(): ?string method getDefaultTableSortDirection (line 130) | protected function getDefaultTableSortDirection(): ?string method updatePriority (line 141) | public function updatePriority($id) method createPriority (line 152) | public function createPriority() method cancelPriority (line 163) | public function cancelPriority() method prioritySaved (line 174) | public function prioritySaved() method priorityDeleted (line 184) | public function priorityDeleted() FILE: app/Http/Livewire/Administration/TicketPrioritiesDialog.php class TicketPrioritiesDialog (line 22) | class TicketPrioritiesDialog extends Component implements HasForms method mount (line 31) | public function mount(): void method render (line 42) | public function render() method getFormSchema (line 52) | protected function getFormSchema(): array method save (line 118) | public function save(): void method doDeletePriority (line 154) | public function doDeletePriority(): void method cancelDeletePriority (line 171) | public function cancelDeletePriority(): void method deletePriority (line 182) | public function deletePriority(): void FILE: app/Http/Livewire/Administration/TicketStatuses.php class TicketStatuses (line 20) | class TicketStatuses extends Component implements HasTable method render (line 28) | public function render() method getTableQuery (line 38) | protected function getTableQuery(): Builder|Relation method getTableColumns (line 48) | protected function getTableColumns(): array method getTableActions (line 80) | protected function getTableActions(): array method getTableHeaderActions (line 96) | protected function getTableHeaderActions(): array method getDefaultTableSortColumn (line 123) | protected function getDefaultTableSortColumn(): ?string method getDefaultTableSortDirection (line 133) | protected function getDefaultTableSortDirection(): ?string method updateStatus (line 144) | public function updateStatus($id) method createStatus (line 155) | public function createStatus() method cancelStatus (line 166) | public function cancelStatus() method statusSaved (line 177) | public function statusSaved() method statusDeleted (line 187) | public function statusDeleted() FILE: app/Http/Livewire/Administration/TicketStatusesDialog.php class TicketStatusesDialog (line 18) | class TicketStatusesDialog extends Component implements HasForms method mount (line 27) | public function mount(): void method render (line 38) | public function render() method getFormSchema (line 48) | protected function getFormSchema(): array method save (line 83) | public function save(): void method doDeleteStatus (line 128) | public function doDeleteStatus(): void method cancelDeleteStatus (line 145) | public function cancelDeleteStatus(): void method deleteStatus (line 156) | public function deleteStatus(): void FILE: app/Http/Livewire/Administration/TicketTypes.php class TicketTypes (line 19) | class TicketTypes extends Component implements HasTable method render (line 27) | public function render() method getTableQuery (line 37) | protected function getTableQuery(): Builder|Relation method getTableColumns (line 47) | protected function getTableColumns(): array method getTableActions (line 76) | protected function getTableActions(): array method getTableHeaderActions (line 92) | protected function getTableHeaderActions(): array method getDefaultTableSortColumn (line 119) | protected function getDefaultTableSortColumn(): ?string method getDefaultTableSortDirection (line 129) | protected function getDefaultTableSortDirection(): ?string method updateType (line 140) | public function updateType($id) method createType (line 151) | public function createType() method cancelType (line 162) | public function cancelType() method typeSaved (line 173) | public function typeSaved() method typeDeleted (line 183) | public function typeDeleted() FILE: app/Http/Livewire/Administration/TicketTypesDialog.php class TicketTypesDialog (line 20) | class TicketTypesDialog extends Component implements HasForms method mount (line 29) | public function mount(): void method render (line 40) | public function render() method getFormSchema (line 50) | protected function getFormSchema(): array method save (line 107) | public function save(): void method doDeleteType (line 143) | public function doDeleteType(): void method cancelDeleteType (line 160) | public function cancelDeleteType(): void method deleteType (line 171) | public function deleteType(): void FILE: app/Http/Livewire/Administration/Users.php class Users (line 23) | class Users extends Component implements HasTable method render (line 31) | public function render() method getTableQuery (line 41) | protected function getTableQuery(): Builder|Relation method getTableColumns (line 64) | protected function getTableColumns(): array method getTableActions (line 101) | protected function getTableActions(): array method getTableHeaderActions (line 126) | protected function getTableHeaderActions(): array method getDefaultTableSortColumn (line 163) | protected function getDefaultTableSortColumn(): ?string method getDefaultTableSortDirection (line 173) | protected function getDefaultTableSortDirection(): ?string method getTableFilters (line 183) | protected function getTableFilters(): array method updateUser (line 210) | public function updateUser($id) method createUser (line 221) | public function createUser() method cancelUser (line 232) | public function cancelUser() method userSaved (line 243) | public function userSaved() method userDeleted (line 253) | public function userDeleted() method resendActivationEmail (line 264) | public function resendActivationEmail(int $userId) FILE: app/Http/Livewire/Administration/UsersDialog.php class UsersDialog (line 25) | class UsersDialog extends Component implements HasForms method mount (line 36) | public function mount(): void method render (line 47) | public function render() method getFormSchema (line 57) | protected function getFormSchema(): array method assignAllRoles (line 125) | public function assignAllRoles(): void method removeAllRoles (line 135) | public function removeAllRoles(): void method save (line 145) | public function save(): void method doDeleteUser (line 199) | public function doDeleteUser(): void method cancelDeleteUser (line 216) | public function cancelDeleteUser(): void method deleteUser (line 227) | public function deleteUser(): void FILE: app/Http/Livewire/Analytics.php class Analytics (line 10) | class Analytics extends Component method mount (line 17) | public function mount(): void method render (line 25) | public function render() method loadAssignedTickets (line 35) | private function loadAssignedTickets(): void method loadNotAssignedTickets (line 45) | private function loadNotAssignedTickets(): void method loadTicketsAssignments (line 55) | private function loadTicketsAssignments(): void method loadTicketsByStatuses (line 78) | private function loadTicketsByStatuses(): void FILE: app/Http/Livewire/Auth/ActivateAccount.php class ActivateAccount (line 13) | class ActivateAccount extends Component implements HasForms method mount (line 19) | public function mount(): void method render (line 24) | public function render() method getFormSchema (line 34) | protected function getFormSchema(): array method activate (line 58) | public function activate(): void FILE: app/Http/Livewire/Auth/ForgotPassword.php class ForgotPassword (line 14) | class ForgotPassword extends Component implements HasForms method mount (line 18) | public function mount() method render (line 23) | public function render() method getFormSchema (line 33) | protected function getFormSchema(): array method forgotPassword (line 52) | public function forgotPassword(): void FILE: app/Http/Livewire/Auth/Login.php class Login (line 18) | class Login extends Component implements HasForms method mount (line 23) | public function mount() method render (line 32) | public function render() method getFormSchema (line 49) | protected function getFormSchema(): array method login (line 76) | public function login(): void FILE: app/Http/Livewire/Auth/RecoverPassword.php class RecoverPassword (line 20) | class RecoverPassword extends Component implements HasForms method mount (line 26) | public function mount(string $token) method render (line 36) | public function render() method getFormSchema (line 46) | protected function getFormSchema(): array method recoverPassword (line 78) | public function recoverPassword(): void FILE: app/Http/Livewire/Chat.php class Chat (line 12) | class Chat extends Component implements HasForms method mount (line 18) | public function mount(): void method render (line 23) | public function render() method getFormSchema (line 34) | protected function getFormSchema(): array method send (line 53) | public function send(): void FILE: app/Http/Livewire/Kanban.php class Kanban (line 15) | class Kanban extends FilamentKanbanBoard method statuses (line 27) | protected function statuses(): Collection method records (line 37) | protected function records(): Collection method styles (line 123) | protected function styles(): array method onStatusChanged (line 147) | public function onStatusChanged($recordId, $statusId, $fromOrderedIds,... method onRecordClick (line 192) | public function onRecordClick($recordId): void FILE: app/Http/Livewire/MyNotifications.php class MyNotifications (line 8) | class MyNotifications extends Component method render (line 11) | public function render() method markRead (line 23) | public function markRead(string $notification): void method markAllRead (line 40) | public function markAllRead(): void FILE: app/Http/Livewire/MyProfile.php class MyProfile (line 20) | class MyProfile extends Component implements HasForms method mount (line 26) | public function mount(): void method render (line 31) | public function render() method initProfile (line 41) | private function initProfile(): void method getFormSchema (line 63) | protected function getFormSchema(): array method save (line 102) | public function save(): void FILE: app/Http/Livewire/Projects.php class Projects (line 25) | class Projects extends Component implements HasTable method render (line 33) | public function render() method getTableQuery (line 43) | protected function getTableQuery(): Builder|Relation method getTableColumns (line 63) | protected function getTableColumns(): array method getTableActions (line 124) | protected function getTableActions(): array method getTableHeaderActions (line 140) | protected function getTableHeaderActions(): array method getDefaultTableSortColumn (line 171) | protected function getDefaultTableSortColumn(): ?string method getDefaultTableSortDirection (line 181) | protected function getDefaultTableSortDirection(): ?string method updateProject (line 192) | public function updateProject($id) method createProject (line 203) | public function createProject() method cancelProject (line 214) | public function cancelProject() method projectSaved (line 225) | public function projectSaved() method projectDeleted (line 235) | public function projectDeleted() method toggleFavoriteProject (line 246) | public function toggleFavoriteProject(int $projectId) FILE: app/Http/Livewire/ProjectsDialog.php class ProjectsDialog (line 20) | class ProjectsDialog extends Component implements HasForms method mount (line 29) | public function mount(): void method render (line 40) | public function render() method getFormSchema (line 50) | protected function getFormSchema(): array method save (line 118) | public function save(): void method doDeleteProject (line 155) | public function doDeleteProject(): void method cancelDeleteProject (line 172) | public function cancelDeleteProject(): void method deleteProject (line 183) | public function deleteProject(): void FILE: app/Http/Livewire/TicketDetails.php class TicketDetails (line 9) | class TicketDetails extends Component method mount (line 17) | public function mount(): void method render (line 26) | public function render() method selectMenu (line 37) | public function selectMenu($item) method ticketSaved (line 48) | public function ticketSaved(): void method copyTicketUrl (line 59) | public function copyTicketUrl(int $ticketId): void FILE: app/Http/Livewire/TicketDetails/Content.php class Content (line 14) | class Content extends Component implements HasForms method mount (line 21) | public function mount(): void method render (line 28) | public function render() method getFormSchema (line 38) | protected function getFormSchema(): array method update (line 56) | public function update(): void method save (line 66) | public function save(): void FILE: app/Http/Livewire/TicketDetails/Priority.php class Priority (line 14) | class Priority extends Component implements HasForms method mount (line 21) | public function mount(): void method render (line 28) | public function render() method getFormSchema (line 38) | protected function getFormSchema(): array method update (line 56) | public function update(): void method save (line 66) | public function save(): void FILE: app/Http/Livewire/TicketDetails/Responsible.php class Responsible (line 15) | class Responsible extends Component implements HasForms method mount (line 22) | public function mount(): void method render (line 29) | public function render() method getFormSchema (line 39) | protected function getFormSchema(): array method update (line 56) | public function update(): void method save (line 66) | public function save(): void method assignToMe (line 97) | public function assignToMe(): void FILE: app/Http/Livewire/TicketDetails/Status.php class Status (line 13) | class Status extends Component implements HasForms method mount (line 20) | public function mount(): void method render (line 27) | public function render() method getFormSchema (line 37) | protected function getFormSchema(): array method update (line 55) | public function update(): void method save (line 65) | public function save(): void FILE: app/Http/Livewire/TicketDetails/Title.php class Title (line 13) | class Title extends Component implements HasForms method mount (line 20) | public function mount(): void method render (line 27) | public function render() method getFormSchema (line 37) | protected function getFormSchema(): array method update (line 54) | public function update(): void method save (line 64) | public function save(): void FILE: app/Http/Livewire/TicketDetails/Type.php class Type (line 13) | class Type extends Component implements HasForms method mount (line 20) | public function mount(): void method render (line 27) | public function render() method getFormSchema (line 37) | protected function getFormSchema(): array method update (line 55) | public function update(): void method save (line 65) | public function save(): void FILE: app/Http/Livewire/TicketDetailsComments.php class TicketDetailsComments (line 16) | class TicketDetailsComments extends Component implements HasForms method mount (line 25) | public function mount(): void method render (line 30) | public function render() method getFormSchema (line 40) | protected function getFormSchema(): array method commentDeleted (line 59) | public function commentDeleted(): void method commentCreated (line 69) | public function commentCreated(): void method commentSaved (line 79) | public function commentSaved(): void method comment (line 89) | public function comment(): void FILE: app/Http/Livewire/TicketDetailsCommentsContent.php class TicketDetailsCommentsContent (line 15) | class TicketDetailsCommentsContent extends Component implements HasForms method mount (line 32) | public function mount(): void method render (line 40) | public function render() method getFormSchema (line 50) | protected function getFormSchema(): array method updateComment (line 70) | public function updateComment(int $comment): void method save (line 84) | public function save(): void method doDeleteComment (line 107) | public function doDeleteComment(int $commentId): void method cancelDeleteComment (line 126) | public function cancelDeleteComment(): void method deleteComment (line 138) | public function deleteComment(Comment $comment): void method commentDeleted (line 167) | public function commentDeleted(): void method commentCreated (line 177) | public function commentCreated(): void method commentSaved (line 187) | public function commentSaved(): void FILE: app/Http/Livewire/Tickets.php class Tickets (line 16) | class Tickets extends Component implements HasForms method mount (line 32) | public function mount() method render (line 48) | public function render() method selectMenu (line 103) | public function selectMenu($item) method getFormSchema (line 114) | protected function getFormSchema(): array method search (line 174) | public function search(): void method resetFilters (line 185) | public function resetFilters(): void method createTicket (line 200) | public function createTicket() method cancelTicket (line 211) | public function cancelTicket() method ticketSaved (line 222) | public function ticketSaved() method ticketDeleted (line 233) | public function ticketDeleted() method copyTicketUrl (line 244) | public function copyTicketUrl(int $ticketId): void FILE: app/Http/Livewire/TicketsDialog.php class TicketsDialog (line 19) | class TicketsDialog extends Component implements HasForms method mount (line 25) | public function mount(): void method render (line 35) | public function render() method getFormSchema (line 45) | protected function getFormSchema(): array method save (line 97) | public function save(): void FILE: app/Http/Middleware/Authenticate.php class Authenticate (line 7) | class Authenticate extends Middleware method redirectTo (line 15) | protected function redirectTo($request) FILE: app/Http/Middleware/CanAccessTicket.php class CanAccessTicket (line 9) | class CanAccessTicket method handle (line 18) | public function handle(Request $request, Closure $next) FILE: app/Http/Middleware/EncryptCookies.php class EncryptCookies (line 7) | class EncryptCookies extends Middleware FILE: app/Http/Middleware/LocaleMiddleware.php class LocaleMiddleware (line 8) | class LocaleMiddleware method handle (line 17) | public function handle(Request $request, Closure $next) FILE: app/Http/Middleware/PreventRequestsDuringMaintenance.php class PreventRequestsDuringMaintenance (line 7) | class PreventRequestsDuringMaintenance extends Middleware FILE: app/Http/Middleware/RedirectIfAuthenticated.php class RedirectIfAuthenticated (line 10) | class RedirectIfAuthenticated method handle (line 20) | public function handle(Request $request, Closure $next, ...$guards) FILE: app/Http/Middleware/TrimStrings.php class TrimStrings (line 7) | class TrimStrings extends Middleware FILE: app/Http/Middleware/TrustHosts.php class TrustHosts (line 7) | class TrustHosts extends Middleware method hosts (line 14) | public function hosts() FILE: app/Http/Middleware/TrustProxies.php class TrustProxies (line 8) | class TrustProxies extends Middleware FILE: app/Http/Middleware/ValidateSignature.php class ValidateSignature (line 7) | class ValidateSignature extends Middleware FILE: app/Http/Middleware/VerifyCsrfToken.php class VerifyCsrfToken (line 7) | class VerifyCsrfToken extends Middleware FILE: app/Jobs/CommentCreatedJob.php class CommentCreatedJob (line 16) | class CommentCreatedJob implements ShouldQueue method __construct (line 27) | public function __construct(Comment $comment) method handle (line 37) | public function handle() FILE: app/Jobs/TicketCreatedJob.php class TicketCreatedJob (line 15) | class TicketCreatedJob implements ShouldQueue method __construct (line 26) | public function __construct(Ticket $ticket) method handle (line 36) | public function handle() FILE: app/Jobs/TicketUpdatedJob.php class TicketUpdatedJob (line 17) | class TicketUpdatedJob implements ShouldQueue method __construct (line 32) | public function __construct( method handle (line 52) | public function handle() FILE: app/Models/Chat.php class Chat (line 11) | class Chat extends Model method boot (line 21) | protected static function boot() method ticket (line 29) | public function ticket(): BelongsTo method user (line 34) | public function user(): BelongsTo FILE: app/Models/Comment.php class Comment (line 13) | class Comment extends Model implements HasLogsActivity method boot (line 23) | protected static function boot() method owner (line 31) | public function owner(): BelongsTo method ticket (line 36) | public function ticket(): BelongsTo method __toString (line 41) | public function __toString(): string method activityLogLink (line 46) | public function activityLogLink(): string FILE: app/Models/Company.php class Company (line 11) | class Company extends Model method responsible (line 23) | public function responsible(): BelongsTo method users (line 28) | public function users(): BelongsToMany FILE: app/Models/CompanyUser.php class CompanyUser (line 9) | class CompanyUser extends Model method user (line 18) | public function user(): BelongsTo method company (line 23) | public function company(): BelongsTo FILE: app/Models/FavoriteProject.php class FavoriteProject (line 9) | class FavoriteProject extends Model method user (line 18) | public function user(): BelongsTo method project (line 23) | public function project(): BelongsTo FILE: app/Models/Icon.php class Icon (line 8) | class Icon extends Model FILE: app/Models/Project.php class Project (line 15) | class Project extends Model implements HasLogsActivity method boot (line 27) | protected static function boot() method owner (line 35) | public function owner(): BelongsTo method company (line 40) | public function company(): BelongsTo method tickets (line 45) | public function tickets(): HasMany method favoriteUsers (line 50) | public function favoriteUsers(): BelongsToMany method __toString (line 59) | public function __toString(): string method activityLogLink (line 64) | public function activityLogLink(): string FILE: app/Models/Ticket.php class Ticket (line 16) | class Ticket extends Model implements HasLogsActivity method boot (line 36) | protected static function boot() method owner (line 54) | public function owner(): BelongsTo method responsible (line 59) | public function responsible(): BelongsTo method project (line 64) | public function project(): BelongsTo method comments (line 69) | public function comments(): HasMany method ticketNumber (line 74) | public function ticketNumber(): Attribute method __toString (line 81) | public function __toString(): string method activityLogLink (line 86) | public function activityLogLink(): string method chat (line 91) | public function chat(): HasOne FILE: app/Models/TicketPriority.php class TicketPriority (line 11) | class TicketPriority extends Model implements HasLogsActivity method __toString (line 23) | public function __toString(): string method activityLogLink (line 28) | public function activityLogLink(): string FILE: app/Models/TicketStatus.php class TicketStatus (line 11) | class TicketStatus extends Model implements HasLogsActivity method __toString (line 23) | public function __toString(): string method activityLogLink (line 28) | public function activityLogLink(): string FILE: app/Models/TicketType.php class TicketType (line 11) | class TicketType extends Model implements HasLogsActivity method __toString (line 23) | public function __toString(): string method activityLogLink (line 28) | public function activityLogLink(): string FILE: app/Models/User.php class User (line 20) | class User extends Authenticatable implements HasLogsActivity method boot (line 56) | protected static function boot() method projects (line 64) | public function projects(): HasMany method tickets (line 69) | public function tickets(): HasMany method assignedTickets (line 74) | public function assignedTickets(): HasMany method favoriteProjects (line 79) | public function favoriteProjects(): BelongsToMany method comments (line 88) | public function comments(): HasMany method __toString (line 93) | public function __toString(): string method activityLogLink (line 98) | public function activityLogLink(): string method isAccountActivated (line 103) | public function isAccountActivated(): Attribute method ownCompanies (line 110) | public function ownCompanies(): HasMany method companies (line 115) | public function companies(): BelongsToMany FILE: app/Notifications/CommentCreateNotification.php class CommentCreateNotification (line 14) | class CommentCreateNotification extends Notification implements ShouldQueue method __construct (line 26) | public function __construct(Comment $comment, User $user) method via (line 38) | public function via($notifiable) method toMail (line 49) | public function toMail($notifiable) method toArray (line 76) | public function toArray($notifiable) FILE: app/Notifications/TicketCreatedNotification.php class TicketCreatedNotification (line 13) | class TicketCreatedNotification extends Notification implements ShouldQueue method __construct (line 25) | public function __construct(Ticket $ticket, User $user) method via (line 37) | public function via($notifiable) method toMail (line 48) | public function toMail($notifiable) method toArray (line 83) | public function toArray($notifiable) FILE: app/Notifications/TicketUpdatedNotification.php class TicketUpdatedNotification (line 13) | class TicketUpdatedNotification extends Notification implements ShouldQueue method __construct (line 28) | public function __construct(Ticket $ticket, string $field, string $bef... method via (line 43) | public function via($notifiable) method toMail (line 54) | public function toMail($notifiable) method toArray (line 83) | public function toArray($notifiable) FILE: app/Notifications/UserActivatedNotification.php class UserActivatedNotification (line 10) | class UserActivatedNotification extends Notification implements ShouldQueue method __construct (line 19) | public function __construct() method via (line 30) | public function via($notifiable) method toMail (line 41) | public function toMail($notifiable) method toArray (line 63) | public function toArray($notifiable) FILE: app/Notifications/UserCreatedNotification.php class UserCreatedNotification (line 11) | class UserCreatedNotification extends Notification implements ShouldQueue method __construct (line 22) | public function __construct(User $user) method via (line 33) | public function via($notifiable) method toMail (line 44) | public function toMail($notifiable) method toArray (line 70) | public function toArray($notifiable) FILE: app/Providers/AppServiceProvider.php class AppServiceProvider (line 8) | class AppServiceProvider extends ServiceProvider method register (line 15) | public function register() method boot (line 25) | public function boot() FILE: app/Providers/AuthServiceProvider.php class AuthServiceProvider (line 7) | class AuthServiceProvider extends ServiceProvider method boot (line 23) | public function boot() FILE: app/Providers/BroadcastServiceProvider.php class BroadcastServiceProvider (line 8) | class BroadcastServiceProvider extends ServiceProvider method boot (line 15) | public function boot() FILE: app/Providers/EventServiceProvider.php class EventServiceProvider (line 10) | class EventServiceProvider extends ServiceProvider method boot (line 28) | public function boot() method shouldDiscoverEvents (line 38) | public function shouldDiscoverEvents() FILE: app/Providers/RouteServiceProvider.php class RouteServiceProvider (line 11) | class RouteServiceProvider extends ServiceProvider method boot (line 27) | public function boot() method configureRateLimiting (line 46) | protected function configureRateLimiting() FILE: app/Tables/Columns/UserColumn.php class UserColumn (line 7) | class UserColumn extends Column FILE: app/View/Components/BaseLayout.php class BaseLayout (line 7) | class BaseLayout extends Component method __construct (line 14) | public function __construct() method render (line 24) | public function render() FILE: app/View/Components/GuestLayout.php class GuestLayout (line 7) | class GuestLayout extends Component method __construct (line 14) | public function __construct() method render (line 24) | public function render() FILE: app/View/Components/Layout.php class Layout (line 7) | class Layout extends Component method __construct (line 14) | public function __construct() method render (line 24) | public function render() FILE: app/View/Components/MainMenu.php class MainMenu (line 7) | class MainMenu extends Component method __construct (line 17) | public function __construct() method render (line 27) | public function render() FILE: app/View/Components/NotificationType.php class NotificationType (line 7) | class NotificationType extends Component method __construct (line 16) | public function __construct($notification) method render (line 26) | public function render() FILE: app/View/Components/PrioritySpan.php class PrioritySpan (line 8) | class PrioritySpan extends Component method __construct (line 17) | public function __construct($priority) method render (line 27) | public function render() FILE: app/View/Components/RoleSpan.php class RoleSpan (line 7) | class RoleSpan extends Component method __construct (line 16) | public function __construct($role) method render (line 26) | public function render() FILE: app/View/Components/StatusSpan.php class StatusSpan (line 8) | class StatusSpan extends Component method __construct (line 17) | public function __construct($status) method render (line 27) | public function render() FILE: app/View/Components/TypeSpan.php class TypeSpan (line 8) | class TypeSpan extends Component method __construct (line 18) | public function __construct($type, $min = false) method render (line 29) | public function render() FILE: app/View/Components/UserAvatar.php class UserAvatar (line 7) | class UserAvatar extends Component method __construct (line 18) | public function __construct($user, $size = 40) method render (line 29) | public function render() FILE: app/helpers.php function statuses_list (line 15) | function statuses_list(): array function statuses_list_for_kanban (line 27) | function statuses_list_for_kanban(): array function priorities_list (line 44) | function priorities_list(): array function default_ticket_status (line 56) | function default_ticket_status(): string|null function types_list (line 71) | function types_list(): array function locales (line 83) | function locales(): array FILE: database/factories/UserFactory.php class UserFactory (line 11) | class UserFactory extends Factory method definition (line 18) | public function definition() method unverified (line 34) | public function unverified() FILE: database/migrations/2014_10_12_000000_create_users_table.php method up (line 14) | public function up() method down (line 32) | public function down() FILE: database/migrations/2014_10_12_100000_create_password_resets_table.php method up (line 14) | public function up() method down (line 28) | public function down() FILE: database/migrations/2019_08_19_000000_create_failed_jobs_table.php method up (line 14) | public function up() method down (line 32) | public function down() FILE: database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php method up (line 14) | public function up() method down (line 33) | public function down() FILE: database/migrations/2022_09_08_094911_create_icons_table.php method up (line 14) | public function up() method down (line 28) | public function down() FILE: database/migrations/2022_09_09_220749_create_tickets_table.php method up (line 14) | public function up() method down (line 34) | public function down() FILE: database/migrations/2022_09_10_205032_create_projects_table.php method up (line 13) | public function up() method down (line 30) | public function down() FILE: database/migrations/2022_09_10_205612_create_user_projects_table.php method up (line 14) | public function up() method down (line 30) | public function down() FILE: database/migrations/2022_09_10_205915_add_project_to_tickets.php method up (line 14) | public function up() method down (line 26) | public function down() FILE: database/migrations/2022_09_10_220736_add_role_to_users.php method up (line 14) | public function up() method down (line 26) | public function down() FILE: database/migrations/2022_09_11_142205_add_register_token_to_users.php method up (line 14) | public function up() method down (line 26) | public function down() FILE: database/migrations/2022_09_11_153059_add_soft_deletes_to_users.php method up (line 14) | public function up() method down (line 26) | public function down() FILE: database/migrations/2022_09_11_163751_create_favorite_projects_table.php method up (line 14) | public function up() method down (line 29) | public function down() FILE: database/migrations/2022_09_11_202013_add_type_to_tickets.php method up (line 14) | public function up() method down (line 26) | public function down() FILE: database/migrations/2022_09_12_090928_create_comments_table.php method up (line 14) | public function up() method down (line 31) | public function down() FILE: database/migrations/2022_09_12_095043_create_jobs_table.php method up (line 14) | public function up() method down (line 32) | public function down() FILE: database/migrations/2022_09_14_175349_create_notifications_table.php method up (line 14) | public function up() method down (line 31) | public function down() FILE: database/migrations/2022_09_15_142643_add_local_to_user.php method up (line 14) | public function up() method down (line 26) | public function down() FILE: database/migrations/2022_09_19_095513_create_ticket_statuses_table.php method up (line 13) | public function up() method down (line 31) | public function down() FILE: database/migrations/2022_09_19_111627_create_ticket_priorities_table.php method up (line 14) | public function up() method down (line 32) | public function down() FILE: database/migrations/2022_09_19_111633_create_ticket_types_table.php method up (line 14) | public function up() method down (line 32) | public function down() FILE: database/migrations/2022_09_19_122813_add_slug_to_ticket_statuses.php method up (line 14) | public function up() method down (line 26) | public function down() FILE: database/migrations/2022_09_19_122821_add_slug_to_ticket_types.php method up (line 14) | public function up() method down (line 26) | public function down() FILE: database/migrations/2022_09_19_122828_add_slug_to_ticket_priorities.php method up (line 14) | public function up() method down (line 26) | public function down() FILE: database/migrations/2022_09_19_143232_add_ticket_prefix_to_projects.php method up (line 13) | public function up() method down (line 25) | public function down() FILE: database/migrations/2022_09_19_144042_add_number_to_tickets.php method up (line 13) | public function up() method down (line 25) | public function down() FILE: database/migrations/2022_09_19_181148_create_activity_log_table.php class CreateActivityLogTable (line 7) | class CreateActivityLogTable extends Migration method up (line 9) | public function up() method down (line 23) | public function down() FILE: database/migrations/2022_09_19_181149_add_event_column_to_activity_log_table.php class AddEventColumnToActivityLogTable (line 7) | class AddEventColumnToActivityLogTable extends Migration method up (line 9) | public function up() method down (line 16) | public function down() FILE: database/migrations/2022_09_19_181150_add_batch_uuid_column_to_activity_log_table.php class AddBatchUuidColumnToActivityLogTable (line 7) | class AddBatchUuidColumnToActivityLogTable extends Migration method up (line 9) | public function up() method down (line 16) | public function down() FILE: database/migrations/2022_09_19_181611_drop_user_projects.php method up (line 13) | public function up() method down (line 23) | public function down() FILE: database/migrations/2022_09_19_212320_create_chats_table.php method up (line 13) | public function up() method down (line 30) | public function down() FILE: database/migrations/2022_09_24_230950_create_companies_table.php method up (line 14) | public function up() method down (line 33) | public function down() FILE: database/migrations/2022_09_25_154331_create_permission_tables.php class CreatePermissionTables (line 8) | class CreatePermissionTables extends Migration method up (line 15) | public function up() method down (line 127) | public function down() FILE: database/migrations/2022_09_25_163436_remove_role_from_users.php method up (line 14) | public function up() method down (line 26) | public function down() FILE: database/migrations/2022_09_25_165452_create_company_users_table.php method up (line 14) | public function up() method down (line 29) | public function down() FILE: database/migrations/2022_09_30_133603_add_company_id_to_projects.php method up (line 13) | public function up() method down (line 25) | public function down() FILE: database/seeders/DatabaseSeeder.php class DatabaseSeeder (line 8) | class DatabaseSeeder extends Seeder method run (line 15) | public function run() FILE: database/seeders/FontAwesomeFreeSeeder.php class FontAwesomeFreeSeeder (line 8) | class FontAwesomeFreeSeeder extends Seeder method run (line 1476) | public function run() FILE: database/seeders/PermissionsSeeder.php class PermissionsSeeder (line 9) | class PermissionsSeeder extends Seeder method run (line 57) | public function run() FILE: public/vendor/filament-forms-tinyeditor/tinymce/tinymce.d.ts type StringPathBookmark (line 1) | interface StringPathBookmark { type RangeBookmark (line 5) | interface RangeBookmark { type IdBookmark (line 8) | interface IdBookmark { type IndexBookmark (line 12) | interface IndexBookmark { type PathBookmark (line 16) | interface PathBookmark { type Bookmark (line 21) | type Bookmark = StringPathBookmark | RangeBookmark | IdBookmark | IndexB... type NormalizedEvent (line 22) | type NormalizedEvent = E & { type MappedEvent (line 32) | type MappedEvent = K extends keyof T ? T[K] : any; type NativeEventMap (line 33) | interface NativeEventMap { type EditorEvent (line 75) | type EditorEvent = NormalizedEvent; type EventDispatcherSettings (line 76) | interface EventDispatcherSettings { type EventDispatcherConstructor (line 81) | interface EventDispatcherConstructor { class EventDispatcher (line 86) | class EventDispatcher { type UndoLevelType (line 99) | const enum UndoLevelType { type UndoLevel (line 103) | interface UndoLevel { type UndoManager (line 110) | interface UndoManager { type ArrayCallback$1 (line 125) | type ArrayCallback$1 = (x: T, i: number, xs: ReadonlyArray) => R; type ObjCallback$1 (line 126) | type ObjCallback$1 = (value: T, key: string, obj: Record = ArrayCallback$1; type ObjCallback (line 128) | type ObjCallback = ObjCallback$1; type Tools (line 129) | interface Tools { type EventUtilsCallback (line 157) | type EventUtilsCallback = (event: EventUtilsEvent) => void; type EventUtilsEvent (line 158) | type EventUtilsEvent = NormalizedEvent & { type EventUtilsConstructor (line 161) | interface EventUtilsConstructor { class EventUtils (line 166) | class EventUtils { type DomQuerySelector (line 187) | type DomQuerySelector = string | T | T[] | DomQuery; type DomQueryInitSelector (line 188) | type DomQueryInitSelector = DomQuerySelector | Window; type Hook (line 189) | interface Hook { type DomQueryConstructor (line 193) | interface DomQueryConstructor { type DomQuery (line 232) | interface DomQuery extends ArrayLike { type SchemaType (line 304) | type SchemaType = 'html4' | 'html5' | 'html5-strict'; type SchemaSettings (line 305) | interface SchemaSettings { type Attribute (line 327) | interface Attribute { type DefaultAttribute (line 333) | interface DefaultAttribute { type AttributePattern (line 337) | interface AttributePattern { type ElementRule (line 344) | interface ElementRule { type SchemaElement (line 355) | interface SchemaElement extends ElementRule { type SchemaMap (line 360) | interface SchemaMap { type SchemaRegExpMap (line 363) | interface SchemaRegExpMap { type Schema (line 366) | interface Schema { type Attributes$1 (line 391) | type Attributes$1 = Array<{ type AstNodeConstructor (line 397) | interface AstNodeConstructor { class AstNode (line 402) | class AstNode { type Content (line 433) | type Content = string | AstNode; type ContentFormat (line 434) | type ContentFormat = 'raw' | 'text' | 'html' | 'tree'; type GetContentArgs (line 435) | interface GetContentArgs { type SetContentArgs (line 443) | interface SetContentArgs { type BlobInfoData (line 450) | interface BlobInfoData { type BlobInfo (line 459) | interface BlobInfo { type BlobCache (line 468) | interface BlobCache { type NotificationManagerImpl (line 478) | interface NotificationManagerImpl { type NotificationSpec (line 484) | interface NotificationSpec { type NotificationApi (line 492) | interface NotificationApi { type NotificationManager (line 503) | interface NotificationManager { type UploadFailureOptions (line 508) | interface UploadFailureOptions { type UploadHandler (line 511) | type UploadHandler = (blobInfo: BlobInfo, success: (url: string) => void... type UploadResult$2 (line 512) | interface UploadResult$2 { type RangeLikeObject (line 521) | interface RangeLikeObject { type ApplyFormat (line 527) | type ApplyFormat = BlockFormat | InlineFormat | SelectorFormat; type RemoveFormat (line 528) | type RemoveFormat = RemoveBlockFormat | RemoveInlineFormat | RemoveSelec... type Format (line 529) | type Format = ApplyFormat | RemoveFormat; type Formats (line 530) | type Formats = Record; type FormatAttrOrStyleValue (line 531) | type FormatAttrOrStyleValue = string | ((vars?: FormatVars) => string); type FormatVars (line 532) | type FormatVars = Record; type BaseFormat (line 533) | interface BaseFormat { type Block (line 549) | interface Block { type Inline (line 554) | interface Inline { type Selector (line 557) | interface Selector { type CommonFormat (line 561) | interface CommonFormat extends BaseFormat { type BlockFormat (line 572) | interface BlockFormat extends Block, CommonFormat { type InlineFormat (line 574) | interface InlineFormat extends Inline, CommonFormat { type SelectorFormat (line 576) | interface SelectorFormat extends Selector, CommonFormat { type CommonRemoveFormat (line 578) | interface CommonRemoveFormat extends BaseFormat { type RemoveBlockFormat (line 582) | interface RemoveBlockFormat extends Block, CommonRemoveFormat Promise; type DialogInstanceApi (line 821) | interface DialogInstanceApi { type DialogActionDetails (line 833) | interface DialogActionDetails { type DialogChangeDetails (line 837) | interface DialogChangeDetails { type DialogTabChangeDetails (line 840) | interface DialogTabChangeDetails { type DialogActionHandler (line 844) | type DialogActionHandler = (api: DialogInstanceApi, details: Dialo... type DialogChangeHandler (line 845) | type DialogChangeHandler = (api: DialogInstanceApi, details: Dialo... type DialogSubmitHandler (line 846) | type DialogSubmitHandler = (api: DialogInstanceApi) => void; type DialogCloseHandler (line 847) | type DialogCloseHandler = () => void; type DialogCancelHandler (line 848) | type DialogCancelHandler = (api: DialogInstanceApi) => void; type DialogTabChangeHandler (line 849) | type DialogTabChangeHandler = (api: DialogInstanceApi, details: Di... type DialogSize (line 850) | type DialogSize = 'normal' | 'medium' | 'large'; type DialogSpec (line 851) | interface DialogSpec { type UrlDialogInstanceApi (line 864) | interface UrlDialogInstanceApi { type UrlDialogActionDetails (line 870) | interface UrlDialogActionDetails { type UrlDialogMessage (line 874) | interface UrlDialogMessage { type UrlDialogActionHandler (line 878) | type UrlDialogActionHandler = (api: UrlDialogInstanceApi, actions: UrlDi... type UrlDialogCloseHandler (line 879) | type UrlDialogCloseHandler = () => void; type UrlDialogCancelHandler (line 880) | type UrlDialogCancelHandler = (api: UrlDialogInstanceApi) => void; type UrlDialogMessageHandler (line 881) | type UrlDialogMessageHandler = (api: UrlDialogInstanceApi, message: UrlD... type UrlDialogFooterButtonSpec (line 882) | interface UrlDialogFooterButtonSpec extends DialogFooterNormalButtonSpec { type UrlDialogSpec (line 885) | interface UrlDialogSpec { type CardContainerDirection (line 896) | type CardContainerDirection = 'vertical' | 'horizontal'; type CardContainerAlign (line 897) | type CardContainerAlign = 'left' | 'right'; type CardContainerValign (line 898) | type CardContainerValign = 'top' | 'middle' | 'bottom'; type CardContainerSpec (line 899) | interface CardContainerSpec { type CardImageSpec (line 906) | interface CardImageSpec { type CardTextSpec (line 912) | interface CardTextSpec { type CardItemSpec (line 918) | type CardItemSpec = CardContainerSpec | CardImageSpec | CardTextSpec; type CardMenuItemInstanceApi (line 919) | interface CardMenuItemInstanceApi extends CommonMenuItemInstanceApi { type CardMenuItemSpec (line 921) | interface CardMenuItemSpec extends Omit { type BaseToolbarButtonInstanceApi (line 971) | interface BaseToolbarButtonInstanceApi { type ToolbarButtonSpec (line 975) | interface ToolbarButtonSpec extends BaseToolbarButtonSpec { type InsertTableMenuItemSpec (line 1068) | interface InsertTableMenuItemSpec extends BaseFancyMenuItemSpec<'insertt... type ColorSwatchMenuItemSpec (line 1072) | interface ColorSwatchMenuItemSpec extends BaseFancyMenuItemSpec<'colorsw... type FancyMenuItemSpec (line 1079) | type FancyMenuItemSpec = InsertTableMenuItemSpec | ColorSwatchMenuItemSpec; type MenuItemSpec (line 1080) | interface MenuItemSpec extends CommonMenuItemSpec { type MenuItemInstanceApi (line 1086) | interface MenuItemInstanceApi extends CommonMenuItemInstanceApi { type NestedMenuItemContents (line 1088) | type NestedMenuItemContents = string | MenuItemSpec | NestedMenuItemSpec... type NestedMenuItemSpec (line 1089) | interface NestedMenuItemSpec extends CommonMenuItemSpec { type NestedMenuItemInstanceApi (line 1095) | interface NestedMenuItemInstanceApi extends CommonMenuItemInstanceApi { type ToggleMenuItemSpec (line 1097) | interface ToggleMenuItemSpec extends CommonMenuItemSpec { type ToggleMenuItemInstanceApi (line 1104) | interface ToggleMenuItemInstanceApi extends CommonMenuItemInstanceApi { type PublicDialog_d_AlertBannerSpec (line 1108) | type PublicDialog_d_AlertBannerSpec = AlertBannerSpec; type PublicDialog_d_BarSpec (line 1109) | type PublicDialog_d_BarSpec = BarSpec; type PublicDialog_d_BodyComponentSpec (line 1110) | type PublicDialog_d_BodyComponentSpec = BodyComponentSpec; type PublicDialog_d_ButtonSpec (line 1111) | type PublicDialog_d_ButtonSpec = ButtonSpec; type PublicDialog_d_CheckboxSpec (line 1112) | type PublicDialog_d_CheckboxSpec = CheckboxSpec; type PublicDialog_d_CollectionSpec (line 1113) | type PublicDialog_d_CollectionSpec = CollectionSpec; type PublicDialog_d_ColorInputSpec (line 1114) | type PublicDialog_d_ColorInputSpec = ColorInputSpec; type PublicDialog_d_ColorPickerSpec (line 1115) | type PublicDialog_d_ColorPickerSpec = ColorPickerSpec; type PublicDialog_d_CustomEditorSpec (line 1116) | type PublicDialog_d_CustomEditorSpec = CustomEditorSpec; type PublicDialog_d_CustomEditorInit (line 1117) | type PublicDialog_d_CustomEditorInit = CustomEditorInit; type PublicDialog_d_CustomEditorInitFn (line 1118) | type PublicDialog_d_CustomEditorInitFn = CustomEditorInitFn; type PublicDialog_d_DialogData (line 1119) | type PublicDialog_d_DialogData = DialogData; type PublicDialog_d_DialogSize (line 1120) | type PublicDialog_d_DialogSize = DialogSize; type PublicDialog_d_DialogSpec (line 1121) | type PublicDialog_d_DialogSpec<_0> = DialogSpec<_0>; type PublicDialog_d_DialogInstanceApi (line 1122) | type PublicDialog_d_DialogInstanceApi<_0> = DialogInstanceApi<_0>; type PublicDialog_d_DialogFooterButtonSpec (line 1123) | type PublicDialog_d_DialogFooterButtonSpec = DialogFooterButtonSpec; type PublicDialog_d_DialogActionDetails (line 1124) | type PublicDialog_d_DialogActionDetails = DialogActionDetails; type PublicDialog_d_DialogChangeDetails (line 1125) | type PublicDialog_d_DialogChangeDetails<_0> = DialogChangeDetails<_0>; type PublicDialog_d_DialogTabChangeDetails (line 1126) | type PublicDialog_d_DialogTabChangeDetails = DialogTabChangeDetails; type PublicDialog_d_DropZoneSpec (line 1127) | type PublicDialog_d_DropZoneSpec = DropZoneSpec; type PublicDialog_d_GridSpec (line 1128) | type PublicDialog_d_GridSpec = GridSpec; type PublicDialog_d_HtmlPanelSpec (line 1129) | type PublicDialog_d_HtmlPanelSpec = HtmlPanelSpec; type PublicDialog_d_IframeSpec (line 1130) | type PublicDialog_d_IframeSpec = IframeSpec; type PublicDialog_d_ImageToolsSpec (line 1131) | type PublicDialog_d_ImageToolsSpec = ImageToolsSpec; type PublicDialog_d_InputSpec (line 1132) | type PublicDialog_d_InputSpec = InputSpec; type PublicDialog_d_LabelSpec (line 1133) | type PublicDialog_d_LabelSpec = LabelSpec; type PublicDialog_d_ListBoxSpec (line 1134) | type PublicDialog_d_ListBoxSpec = ListBoxSpec; type PublicDialog_d_ListBoxItemSpec (line 1135) | type PublicDialog_d_ListBoxItemSpec = ListBoxItemSpec; type PublicDialog_d_ListBoxNestedItemSpec (line 1136) | type PublicDialog_d_ListBoxNestedItemSpec = ListBoxNestedItemSpec; type PublicDialog_d_ListBoxSingleItemSpec (line 1137) | type PublicDialog_d_ListBoxSingleItemSpec = ListBoxSingleItemSpec; type PublicDialog_d_PanelSpec (line 1138) | type PublicDialog_d_PanelSpec = PanelSpec; type PublicDialog_d_SelectBoxSpec (line 1139) | type PublicDialog_d_SelectBoxSpec = SelectBoxSpec; type PublicDialog_d_SelectBoxItemSpec (line 1140) | type PublicDialog_d_SelectBoxItemSpec = SelectBoxItemSpec; type PublicDialog_d_SizeInputSpec (line 1141) | type PublicDialog_d_SizeInputSpec = SizeInputSpec; type PublicDialog_d_TableSpec (line 1142) | type PublicDialog_d_TableSpec = TableSpec; type PublicDialog_d_TabSpec (line 1143) | type PublicDialog_d_TabSpec = TabSpec; type PublicDialog_d_TabPanelSpec (line 1144) | type PublicDialog_d_TabPanelSpec = TabPanelSpec; type PublicDialog_d_TextAreaSpec (line 1145) | type PublicDialog_d_TextAreaSpec = TextAreaSpec; type PublicDialog_d_UrlInputSpec (line 1146) | type PublicDialog_d_UrlInputSpec = UrlInputSpec; type PublicDialog_d_UrlDialogSpec (line 1147) | type PublicDialog_d_UrlDialogSpec = UrlDialogSpec; type PublicDialog_d_UrlDialogFooterButtonSpec (line 1148) | type PublicDialog_d_UrlDialogFooterButtonSpec = UrlDialogFooterButtonSpec; type PublicDialog_d_UrlDialogInstanceApi (line 1149) | type PublicDialog_d_UrlDialogInstanceApi = UrlDialogInstanceApi; type PublicDialog_d_UrlDialogActionDetails (line 1150) | type PublicDialog_d_UrlDialogActionDetails = UrlDialogActionDetails; type PublicDialog_d_UrlDialogMessage (line 1151) | type PublicDialog_d_UrlDialogMessage = UrlDialogMessage; type PublicInlineContent_d_AutocompleterSpec (line 1155) | type PublicInlineContent_d_AutocompleterSpec = AutocompleterSpec; type PublicInlineContent_d_AutocompleterItemSpec (line 1156) | type PublicInlineContent_d_AutocompleterItemSpec = AutocompleterItemSpec; type PublicInlineContent_d_AutocompleterContents (line 1157) | type PublicInlineContent_d_AutocompleterContents = AutocompleterContents; type PublicInlineContent_d_AutocompleterInstanceApi (line 1158) | type PublicInlineContent_d_AutocompleterInstanceApi = AutocompleterInsta... type PublicInlineContent_d_ContextPosition (line 1159) | type PublicInlineContent_d_ContextPosition = ContextPosition; type PublicInlineContent_d_ContextScope (line 1160) | type PublicInlineContent_d_ContextScope = ContextScope; type PublicInlineContent_d_ContextFormSpec (line 1161) | type PublicInlineContent_d_ContextFormSpec = ContextFormSpec; type PublicInlineContent_d_ContextFormInstanceApi (line 1162) | type PublicInlineContent_d_ContextFormInstanceApi = ContextFormInstanceApi; type PublicInlineContent_d_ContextFormButtonSpec (line 1163) | type PublicInlineContent_d_ContextFormButtonSpec = ContextFormButtonSpec; type PublicInlineContent_d_ContextFormButtonInstanceApi (line 1164) | type PublicInlineContent_d_ContextFormButtonInstanceApi = ContextFormBut... type PublicInlineContent_d_ContextFormToggleButtonSpec (line 1165) | type PublicInlineContent_d_ContextFormToggleButtonSpec = ContextFormTogg... type PublicInlineContent_d_ContextFormToggleButtonInstanceApi (line 1166) | type PublicInlineContent_d_ContextFormToggleButtonInstanceApi = ContextF... type PublicInlineContent_d_ContextToolbarSpec (line 1167) | type PublicInlineContent_d_ContextToolbarSpec = ContextToolbarSpec; type PublicInlineContent_d_SeparatorItemSpec (line 1168) | type PublicInlineContent_d_SeparatorItemSpec = SeparatorItemSpec; type PublicMenu_d_MenuItemSpec (line 1172) | type PublicMenu_d_MenuItemSpec = MenuItemSpec; type PublicMenu_d_MenuItemInstanceApi (line 1173) | type PublicMenu_d_MenuItemInstanceApi = MenuItemInstanceApi; type PublicMenu_d_NestedMenuItemContents (line 1174) | type PublicMenu_d_NestedMenuItemContents = NestedMenuItemContents; type PublicMenu_d_NestedMenuItemSpec (line 1175) | type PublicMenu_d_NestedMenuItemSpec = NestedMenuItemSpec; type PublicMenu_d_NestedMenuItemInstanceApi (line 1176) | type PublicMenu_d_NestedMenuItemInstanceApi = NestedMenuItemInstanceApi; type PublicMenu_d_FancyMenuItemSpec (line 1177) | type PublicMenu_d_FancyMenuItemSpec = FancyMenuItemSpec; type PublicMenu_d_ColorSwatchMenuItemSpec (line 1178) | type PublicMenu_d_ColorSwatchMenuItemSpec = ColorSwatchMenuItemSpec; type PublicMenu_d_InsertTableMenuItemSpec (line 1179) | type PublicMenu_d_InsertTableMenuItemSpec = InsertTableMenuItemSpec; type PublicMenu_d_ToggleMenuItemSpec (line 1180) | type PublicMenu_d_ToggleMenuItemSpec = ToggleMenuItemSpec; type PublicMenu_d_ToggleMenuItemInstanceApi (line 1181) | type PublicMenu_d_ToggleMenuItemInstanceApi = ToggleMenuItemInstanceApi; type PublicMenu_d_ChoiceMenuItemSpec (line 1182) | type PublicMenu_d_ChoiceMenuItemSpec = ChoiceMenuItemSpec; type PublicMenu_d_ChoiceMenuItemInstanceApi (line 1183) | type PublicMenu_d_ChoiceMenuItemInstanceApi = ChoiceMenuItemInstanceApi; type PublicMenu_d_SeparatorMenuItemSpec (line 1184) | type PublicMenu_d_SeparatorMenuItemSpec = SeparatorMenuItemSpec; type PublicMenu_d_ContextMenuApi (line 1185) | type PublicMenu_d_ContextMenuApi = ContextMenuApi; type PublicMenu_d_ContextMenuContents (line 1186) | type PublicMenu_d_ContextMenuContents = ContextMenuContents; type PublicMenu_d_ContextMenuItem (line 1187) | type PublicMenu_d_ContextMenuItem = ContextMenuItem; type PublicMenu_d_ContextSubMenu (line 1188) | type PublicMenu_d_ContextSubMenu = ContextSubMenu; type PublicMenu_d_CardMenuItemSpec (line 1189) | type PublicMenu_d_CardMenuItemSpec = CardMenuItemSpec; type PublicMenu_d_CardMenuItemInstanceApi (line 1190) | type PublicMenu_d_CardMenuItemInstanceApi = CardMenuItemInstanceApi; type PublicMenu_d_CardItemSpec (line 1191) | type PublicMenu_d_CardItemSpec = CardItemSpec; type PublicMenu_d_CardContainerSpec (line 1192) | type PublicMenu_d_CardContainerSpec = CardContainerSpec; type PublicMenu_d_CardImageSpec (line 1193) | type PublicMenu_d_CardImageSpec = CardImageSpec; type PublicMenu_d_CardTextSpec (line 1194) | type PublicMenu_d_CardTextSpec = CardTextSpec; type SidebarInstanceApi (line 1198) | interface SidebarInstanceApi { type SidebarSpec (line 1201) | interface SidebarSpec { type PublicSidebar_d_SidebarSpec (line 1208) | type PublicSidebar_d_SidebarSpec = SidebarSpec; type PublicSidebar_d_SidebarInstanceApi (line 1209) | type PublicSidebar_d_SidebarInstanceApi = SidebarInstanceApi; type ToolbarGroupSetting (line 1213) | interface ToolbarGroupSetting { type ToolbarConfig (line 1217) | type ToolbarConfig = string | ToolbarGroupSetting[]; type GroupToolbarButtonInstanceApi (line 1218) | interface GroupToolbarButtonInstanceApi extends BaseToolbarButtonInstanc... type GroupToolbarButtonSpec (line 1220) | interface GroupToolbarButtonSpec extends BaseToolbarButtonSpec void; type BaseMenuButtonSpec (line 1226) | interface BaseMenuButtonSpec { type BaseMenuButtonInstanceApi (line 1233) | interface BaseMenuButtonInstanceApi { type ToolbarMenuButtonSpec (line 1239) | interface ToolbarMenuButtonSpec extends BaseMenuButtonSpec { type ToolbarMenuButtonInstanceApi (line 1243) | interface ToolbarMenuButtonInstanceApi extends BaseMenuButtonInstanceApi { type ToolbarSplitButtonItemTypes (line 1245) | type ToolbarSplitButtonItemTypes = ChoiceMenuItemSpec | SeparatorMenuIte... type SuccessCallback (line 1246) | type SuccessCallback = (menu: ToolbarSplitButtonItemTypes[]) => void; type SelectPredicate (line 1247) | type SelectPredicate = (value: string) => boolean; type PresetTypes (line 1248) | type PresetTypes = 'color' | 'normal' | 'listpreview'; type ColumnTypes (line 1249) | type ColumnTypes = number | 'auto'; type ToolbarSplitButtonSpec (line 1250) | interface ToolbarSplitButtonSpec { type ToolbarSplitButtonInstanceApi (line 1263) | interface ToolbarSplitButtonInstanceApi { type PublicToolbar_d_ToolbarButtonSpec (line 1271) | type PublicToolbar_d_ToolbarButtonSpec = ToolbarButtonSpec; type PublicToolbar_d_ToolbarButtonInstanceApi (line 1272) | type PublicToolbar_d_ToolbarButtonInstanceApi = ToolbarButtonInstanceApi; type PublicToolbar_d_ToolbarSplitButtonSpec (line 1273) | type PublicToolbar_d_ToolbarSplitButtonSpec = ToolbarSplitButtonSpec; type PublicToolbar_d_ToolbarSplitButtonInstanceApi (line 1274) | type PublicToolbar_d_ToolbarSplitButtonInstanceApi = ToolbarSplitButtonI... type PublicToolbar_d_ToolbarMenuButtonSpec (line 1275) | type PublicToolbar_d_ToolbarMenuButtonSpec = ToolbarMenuButtonSpec; type PublicToolbar_d_ToolbarMenuButtonInstanceApi (line 1276) | type PublicToolbar_d_ToolbarMenuButtonInstanceApi = ToolbarMenuButtonIns... type PublicToolbar_d_ToolbarToggleButtonSpec (line 1277) | type PublicToolbar_d_ToolbarToggleButtonSpec = ToolbarToggleButtonSpec; type PublicToolbar_d_ToolbarToggleButtonInstanceApi (line 1278) | type PublicToolbar_d_ToolbarToggleButtonInstanceApi = ToolbarToggleButto... type PublicToolbar_d_GroupToolbarButtonSpec (line 1279) | type PublicToolbar_d_GroupToolbarButtonSpec = GroupToolbarButtonSpec; type PublicToolbar_d_GroupToolbarButtonInstanceApi (line 1280) | type PublicToolbar_d_GroupToolbarButtonInstanceApi = GroupToolbarButtonI... type Registry$1 (line 1284) | interface Registry$1 { type StyleSheetLoaderSettings (line 1309) | interface StyleSheetLoaderSettings { type StyleSheetLoader (line 1314) | interface StyleSheetLoader { type Registry (line 1321) | type Registry = Registry$1; type EditorUiApi (line 1322) | interface EditorUiApi { type EditorUi (line 1329) | interface EditorUi extends EditorUiApi { type Ui_d_Registry (line 1333) | type Ui_d_Registry = Registry; type Ui_d_EditorUiApi (line 1334) | type Ui_d_EditorUiApi = EditorUiApi; type Ui_d_EditorUi (line 1335) | type Ui_d_EditorUi = EditorUi; type EntityEncoding (line 1339) | type EntityEncoding = 'named' | 'numeric' | 'raw' | 'named,numeric' | 'n... type ContentLanguage (line 1340) | interface ContentLanguage { type ThemeInitFunc (line 1345) | type ThemeInitFunc = (editor: Editor, elm: HTMLElement) => { type SetupCallback (line 1352) | type SetupCallback = (editor: Editor) => void; type FilePickerCallback (line 1353) | type FilePickerCallback = (callback: Function, value: any, meta: Record<... type FilePickerValidationStatus (line 1354) | type FilePickerValidationStatus = 'valid' | 'unknown' | 'invalid' | 'none'; type FilePickerValidationCallback (line 1355) | type FilePickerValidationCallback = (info: { type URLConverter (line 1362) | type URLConverter = (url: string, name: string, elm?: HTMLElement) => st... type URLConverterCallback (line 1363) | type URLConverterCallback = (url: string, node: Node, on_save: boolean, ... type ToolbarGroup (line 1364) | interface ToolbarGroup { type ToolbarMode (line 1368) | type ToolbarMode = 'floating' | 'sliding' | 'scrolling' | 'wrap'; type BaseEditorSettings (line 1369) | interface BaseEditorSettings { type RawEditorSettings (line 1555) | interface RawEditorSettings extends BaseEditorSettings { type EditorSettings (line 1560) | interface EditorSettings extends BaseEditorSettings { type ParamTypeMap (line 1564) | interface ParamTypeMap { type BlobInfoImagePair (line 1572) | interface BlobInfoImagePair { class NodeChange (line 1576) | class NodeChange { type SelectionOverrides (line 1583) | interface SelectionOverrides { type Quirks (line 1589) | interface Quirks { type DecoratorData (line 1593) | type DecoratorData = Record; type Decorator (line 1594) | type Decorator = (uid: string, data: DecoratorData) => { type AnnotationListener (line 1598) | type AnnotationListener = (state: boolean, name: string, data?: { type AnnotationListenerApi (line 1602) | type AnnotationListenerApi = AnnotationListener; type AnnotatorSettings (line 1603) | interface AnnotatorSettings { type Annotator (line 1607) | interface Annotator { type GeomRect (line 1614) | interface GeomRect { type Rect (line 1620) | interface Rect { type StyleMap (line 1629) | interface StyleMap { type StylesSettings (line 1632) | interface StylesSettings { type Styles (line 1638) | interface Styles { type DOMUtilsSettings (line 1643) | interface DOMUtilsSettings { type Target (line 1657) | type Target = Node | Window; type RunArguments (line 1658) | type RunArguments = string | T | Array; type BoundEvent (line 1659) | type BoundEvent = [ type Callback (line 1665) | type Callback = EventUtilsCallback void; type EditorCommandsCallback (line 1966) | type EditorCommandsCallback = (command: string, ui: boolean, value: any,... type Commands (line 1967) | interface Commands { type EditorCommandsConstructor (line 1972) | interface EditorCommandsConstructor { class EditorCommands (line 1976) | class EditorCommands { type WindowParams (line 1998) | interface WindowParams { type InstanceApi (line 2002) | type InstanceApi = UrlDialogInstanceApi | DialogInstanceApi; type WindowManagerImpl (line 2003) | interface WindowManagerImpl { type WindowManager (line 2010) | interface WindowManager { type ExecCommandEvent (line 2017) | interface ExecCommandEvent { type GetContentEvent (line 2022) | type GetContentEvent = GetContentArgs & { type SetContentEvent (line 2027) | type SetContentEvent = SetContentArgs & { type NewBlockEvent (line 2032) | interface NewBlockEvent { type NodeChangeEvent (line 2035) | interface NodeChangeEvent { type FormatEvent (line 2041) | interface FormatEvent { type ObjectResizeEvent (line 2046) | interface ObjectResizeEvent { type ObjectSelectedEvent (line 2052) | interface ObjectSelectedEvent { type ScrollIntoViewEvent (line 2056) | interface ScrollIntoViewEvent { type SetSelectionRangeEvent (line 2060) | interface SetSelectionRangeEvent { type ShowCaretEvent (line 2064) | interface ShowCaretEvent { type SwitchModeEvent (line 2069) | interface SwitchModeEvent { type AddUndoEvent (line 2072) | interface AddUndoEvent { type UndoRedoEvent (line 2077) | interface UndoRedoEvent { type WindowEvent (line 2080) | interface WindowEvent { type ProgressStateEvent (line 2083) | interface ProgressStateEvent { type AfterProgressStateEvent (line 2087) | interface AfterProgressStateEvent { type PlaceholderToggleEvent (line 2090) | interface PlaceholderToggleEvent { type LoadErrorEvent (line 2093) | interface LoadErrorEvent { type PreProcessEvent (line 2096) | interface PreProcessEvent extends ParserArgs { type PostProcessEvent (line 2099) | interface PostProcessEvent extends ParserArgs { type EditorEventMap (line 2102) | interface EditorEventMap extends Omit { type EditorManagerEventMap (line 2174) | interface EditorManagerEventMap { type EventTypes_d_ExecCommandEvent (line 2185) | type EventTypes_d_ExecCommandEvent = ExecCommandEvent; type EventTypes_d_GetContentEvent (line 2186) | type EventTypes_d_GetContentEvent = GetContentEvent; type EventTypes_d_SetContentEvent (line 2187) | type EventTypes_d_SetContentEvent = SetContentEvent; type EventTypes_d_NewBlockEvent (line 2188) | type EventTypes_d_NewBlockEvent = NewBlockEvent; type EventTypes_d_NodeChangeEvent (line 2189) | type EventTypes_d_NodeChangeEvent = NodeChangeEvent; type EventTypes_d_FormatEvent (line 2190) | type EventTypes_d_FormatEvent = FormatEvent; type EventTypes_d_ObjectResizeEvent (line 2191) | type EventTypes_d_ObjectResizeEvent = ObjectResizeEvent; type EventTypes_d_ObjectSelectedEvent (line 2192) | type EventTypes_d_ObjectSelectedEvent = ObjectSelectedEvent; type EventTypes_d_ScrollIntoViewEvent (line 2193) | type EventTypes_d_ScrollIntoViewEvent = ScrollIntoViewEvent; type EventTypes_d_SetSelectionRangeEvent (line 2194) | type EventTypes_d_SetSelectionRangeEvent = SetSelectionRangeEvent; type EventTypes_d_ShowCaretEvent (line 2195) | type EventTypes_d_ShowCaretEvent = ShowCaretEvent; type EventTypes_d_SwitchModeEvent (line 2196) | type EventTypes_d_SwitchModeEvent = SwitchModeEvent; type EventTypes_d_AddUndoEvent (line 2197) | type EventTypes_d_AddUndoEvent = AddUndoEvent; type EventTypes_d_UndoRedoEvent (line 2198) | type EventTypes_d_UndoRedoEvent = UndoRedoEvent; type EventTypes_d_WindowEvent (line 2199) | type EventTypes_d_WindowEvent<_0> = WindowEvent<_0>; type EventTypes_d_ProgressStateEvent (line 2200) | type EventTypes_d_ProgressStateEvent = ProgressStateEvent; type EventTypes_d_AfterProgressStateEvent (line 2201) | type EventTypes_d_AfterProgressStateEvent = AfterProgressStateEvent; type EventTypes_d_PlaceholderToggleEvent (line 2202) | type EventTypes_d_PlaceholderToggleEvent = PlaceholderToggleEvent; type EventTypes_d_LoadErrorEvent (line 2203) | type EventTypes_d_LoadErrorEvent = LoadErrorEvent; type EventTypes_d_PreProcessEvent (line 2204) | type EventTypes_d_PreProcessEvent = PreProcessEvent; type EventTypes_d_PostProcessEvent (line 2205) | type EventTypes_d_PostProcessEvent = PostProcessEvent; type EventTypes_d_EditorEventMap (line 2206) | type EventTypes_d_EditorEventMap = EditorEventMap; type EventTypes_d_EditorManagerEventMap (line 2207) | type EventTypes_d_EditorManagerEventMap = EditorManagerEventMap; type RawString (line 2211) | interface RawString { type Primitive (line 2214) | type Primitive = string | number | boolean | Record { type URISettings (line 2237) | interface URISettings { type URIConstructor (line 2240) | interface URIConstructor { type SafeUriOptions (line 2254) | interface SafeUriOptions { class URI (line 2259) | class URI { type EditorManager (line 2295) | interface EditorManager extends Observable { type EditorObservable (line 2326) | interface EditorObservable extends Observable { type UploadResult$1 (line 2331) | interface UploadResult$1 { type UploadCallback (line 2337) | type UploadCallback = (results: UploadResult$1[]) => void; type EditorUpload (line 2338) | interface EditorUpload { type FormatChangeCallback (line 2346) | type FormatChangeCallback = (state: boolean, data: { type FormatRegistry (line 2351) | interface FormatRegistry { type Formatter (line 2360) | interface Formatter extends FormatRegistry { type EditorMode (line 2374) | interface EditorMode { type EditorModeApi (line 2380) | interface EditorModeApi { type Plugin (line 2385) | interface Plugin { type PluginManager (line 2392) | type PluginManager = AddOnManager; type ShortcutsConstructor (line 2393) | interface ShortcutsConstructor { type CommandFunc (line 2397) | type CommandFunc = string | [ class Shortcuts (line 2402) | class Shortcuts { type Theme (line 2416) | interface Theme { type ThemeManager (line 2430) | type ThemeManager = AddOnManager; type EditorConstructor (line 2431) | interface EditorConstructor { class Editor (line 2435) | class Editor implements EditorObservable { type UrlObject (line 2568) | interface UrlObject { type WaitState (line 2573) | type WaitState = 'added' | 'loaded'; type AddOnCallback (line 2574) | type AddOnCallback = (editor: Editor, url: string, $?: DomQueryConstr... type AddOnConstructor (line 2575) | type AddOnConstructor = new (editor: Editor, url: string, $?: DomQuer... type AddOnManager (line 2576) | interface AddOnManager { type RangeUtils (line 2598) | interface RangeUtils { type ScriptLoaderSettings (line 2603) | interface ScriptLoaderSettings { type ScriptLoaderConstructor (line 2606) | interface ScriptLoaderConstructor { class ScriptLoader (line 2611) | class ScriptLoader { type TextProcessCallback (line 2630) | type TextProcessCallback = (node: Text, offset: number, text: string) =>... type Spot (line 2631) | interface Spot { type TextSeeker (line 2635) | interface TextSeeker { type DomTreeWalkerConstructor (line 2639) | interface DomTreeWalkerConstructor { class DomTreeWalker (line 2643) | class DomTreeWalker { type Version (line 2654) | interface Version { type Env (line 2658) | interface Env { type FocusManager (line 2711) | interface FocusManager { type EntitiesMap (line 2714) | interface EntitiesMap { type Entities (line 2717) | interface Entities { type AttrList (line 2725) | type AttrList = Array<{ type SaxParserSettings (line 2731) | interface SaxParserSettings { type ParserFormat (line 2750) | type ParserFormat = 'html' | 'xhtml' | 'xml'; type SaxParser (line 2751) | interface SaxParser { type IconPack (line 2754) | interface IconPack { type IconManager (line 2757) | interface IconManager { type Resource (line 2762) | interface Resource { type WithSubItems (line 2766) | type WithSubItems = T[K] extends Array ? (T &... type Props (line 2767) | interface Props { type ExtendedClass (line 2775) | type ExtendedClass, A extends any[]> = WithSubItems, A extends any[] =... type Class (line 2781) | interface Class { type RGB (line 2784) | interface RGB { type HSV (line 2789) | interface HSV { type ColorConstructor (line 2794) | type ColorConstructor = new (value?: string | RGB | HSV) => Color; type Color (line 2795) | interface Color { type DebounceFunc (line 2801) | interface DebounceFunc void> { type Delay (line 2805) | interface Delay { type UploadResult (line 2816) | type UploadResult = UploadResult$2; type ImageUploader (line 2817) | interface ImageUploader { type JSONUtils (line 2820) | interface JSONUtils { type JSONPSettings (line 2824) | interface JSONPSettings { type JSONP (line 2829) | interface JSONP { type JSONRequestSettings (line 2834) | interface JSONRequestSettings { type JSONRequestArgs (line 2847) | interface JSONRequestArgs extends JSONRequestSettings { type JSONRequestConstructor (line 2852) | interface JSONRequestConstructor { class JSONRequest (line 2857) | class JSONRequest { type KeyboardLikeEvent (line 2864) | interface KeyboardLikeEvent { type VK (line 2870) | interface VK { type XHRSettings (line 2888) | interface XHRSettings { type XHREventMap (line 2905) | interface XHREventMap { type XHR (line 2914) | interface XHR extends Observable { type DOMUtilsNamespace (line 2917) | interface DOMUtilsNamespace { type RangeUtilsNamespace (line 2922) | interface RangeUtilsNamespace { type AddOnManagerNamespace (line 2929) | interface AddOnManagerNamespace { type BookmarkManagerNamespace (line 2937) | interface BookmarkManagerNamespace { type SaxParserNamespace (line 2941) | interface SaxParserNamespace { type TinyMCE (line 2945) | interface TinyMCE extends EditorManager { FILE: tests/CreatesApplication.php type CreatesApplication (line 7) | trait CreatesApplication method createApplication (line 14) | public function createApplication() FILE: tests/Feature/ExampleTest.php class ExampleTest (line 8) | class ExampleTest extends TestCase method test_the_application_returns_a_successful_response (line 15) | public function test_the_application_returns_a_successful_response() FILE: tests/TestCase.php class TestCase (line 7) | abstract class TestCase extends BaseTestCase FILE: tests/Unit/ExampleTest.php class ExampleTest (line 7) | class ExampleTest extends TestCase method test_that_true_is_true (line 14) | public function test_that_true_is_true()