REDROOM
PHP 8.3.31
Path:
Logout
Edit File
Size: 3.76 KB
Close
/home/getspomw/royalsquad.us/vendor/laravel/prompts/src/Concerns/Colors.php
Text
Base64
<?php namespace Laravel\Prompts\Concerns; trait Colors { /** * Reset all colors and styles. */ public function reset(string $text): string { return "\e[0m{$text}\e[0m"; } /** * Make the text bold. */ public function bold(string $text): string { return "\e[1m{$text}\e[22m"; } /** * Make the text dim. */ public function dim(string $text): string { return "\e[2m{$text}\e[22m"; } /** * Make the text italic. */ public function italic(string $text): string { return "\e[3m{$text}\e[23m"; } /** * Underline the text. */ public function underline(string $text): string { return "\e[4m{$text}\e[24m"; } /** * Invert the text and background colors. */ public function inverse(string $text): string { return "\e[7m{$text}\e[27m"; } /** * Hide the text. */ public function hidden(string $text): string { return "\e[8m{$text}\e[28m"; } /** * Strike through the text. */ public function strikethrough(string $text): string { return "\e[9m{$text}\e[29m"; } /** * Set the text color to black. */ public function black(string $text): string { return "\e[30m{$text}\e[39m"; } /** * Set the text color to red. */ public function red(string $text): string { return "\e[31m{$text}\e[39m"; } /** * Set the text color to green. */ public function green(string $text): string { return "\e[32m{$text}\e[39m"; } /** * Set the text color to yellow. */ public function yellow(string $text): string { return "\e[33m{$text}\e[39m"; } /** * Set the text color to blue. */ public function blue(string $text): string { return "\e[34m{$text}\e[39m"; } /** * Set the text color to magenta. */ public function magenta(string $text): string { return "\e[35m{$text}\e[39m"; } /** * Set the text color to cyan. */ public function cyan(string $text): string { return "\e[36m{$text}\e[39m"; } /** * Set the text color to white. */ public function white(string $text): string { return "\e[37m{$text}\e[39m"; } /** * Set the text background to black. */ public function bgBlack(string $text): string { return "\e[40m{$text}\e[49m"; } /** * Set the text background to red. */ public function bgRed(string $text): string { return "\e[41m{$text}\e[49m"; } /** * Set the text background to green. */ public function bgGreen(string $text): string { return "\e[42m{$text}\e[49m"; } /** * Set the text background to yellow. */ public function bgYellow(string $text): string { return "\e[43m{$text}\e[49m"; } /** * Set the text background to blue. */ public function bgBlue(string $text): string { return "\e[44m{$text}\e[49m"; } /** * Set the text background to magenta. */ public function bgMagenta(string $text): string { return "\e[45m{$text}\e[49m"; } /** * Set the text background to cyan. */ public function bgCyan(string $text): string { return "\e[46m{$text}\e[49m"; } /** * Set the text background to white. */ public function bgWhite(string $text): string { return "\e[47m{$text}\e[49m"; } /** * Set the text color to gray. */ public function gray(string $text): string { return "\e[90m{$text}\e[39m"; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 12
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Colors.php
3.76 KB
lrw-rw-rw-
2025-09-17 06:52:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Cursor.php
1.53 KB
lrw-rw-rw-
2025-09-17 06:52:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Erase.php
611 B
lrw-rw-rw-
2025-09-17 06:52:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Events.php
753 B
lrw-rw-rw-
2025-09-17 06:52:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FakesInputOutput.php
3.28 KB
lrw-rw-rw-
2025-09-17 06:52:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Fallback.php
1.40 KB
lrw-rw-rw-
2025-09-17 06:52:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Interactivity.php
761 B
lrw-rw-rw-
2025-09-17 06:52:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Scrolling.php
2.92 KB
lrw-rw-rw-
2025-09-17 06:52:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Termwind.php
525 B
lrw-rw-rw-
2025-09-17 06:52:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Themes.php
3.91 KB
lrw-rw-rw-
2025-09-17 06:52:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Truncation.php
2.84 KB
lrw-rw-rw-
2025-09-17 06:52:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TypedValue.php
4.92 KB
lrw-rw-rw-
2025-09-17 06:52:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).