SYMBOL INDEX (118 symbols across 42 files) FILE: app/Http/Controllers/Controller.php class Controller (line 10) | class Controller extends BaseController FILE: app/Http/Controllers/DocsMarkdownController.php class DocsMarkdownController (line 9) | class DocsMarkdownController extends Controller method __invoke (line 11) | public function __invoke(string $uri) method appendMdExtensionToInternalLinks (line 32) | private function appendMdExtensionToInternalLinks(string $markdown): s... method shouldAppendMdExtension (line 50) | private function shouldAppendMdExtension(string $url): bool FILE: app/Http/Controllers/LlmsTxtController.php class LlmsTxtController (line 9) | class LlmsTxtController extends Controller method __invoke (line 11) | public function __invoke() FILE: app/Http/Middleware/CheckForMaintenanceMode.php class CheckForMaintenanceMode (line 7) | class CheckForMaintenanceMode extends Middleware FILE: app/Markdown/Hint/Hint.php class Hint (line 8) | class Hint extends AbstractBlock implements StringContainerInterface method getTitle (line 14) | public function getTitle(): ?string method getType (line 44) | public function getType(): ?string method getHeaderWords (line 55) | public function getHeaderWords(): array method setHeader (line 60) | public function setHeader($header) method setLiteral (line 65) | public function setLiteral(string $literal): void method getLiteral (line 70) | public function getLiteral(): string FILE: app/Markdown/Hint/HintExtension.php class HintExtension (line 8) | class HintExtension implements ExtensionInterface method register (line 10) | public function register(EnvironmentBuilderInterface $environment): void FILE: app/Markdown/Hint/HintParser.php class HintParser (line 11) | class HintParser extends AbstractBlockContinueParser implements BlockCon... method __construct (line 15) | public function __construct(?string $headerText) method getBlock (line 21) | public function getBlock(): Hint method isContainer (line 26) | public function isContainer(): bool method canContain (line 31) | public function canContain(AbstractBlock $childBlock): bool method canHaveLazyContinuationLines (line 36) | public function canHaveLazyContinuationLines(): bool method tryContinue (line 41) | public function tryContinue(Cursor $cursor, BlockContinueParserInterfa... FILE: app/Markdown/Hint/HintRenderer.php class HintRenderer (line 10) | final class HintRenderer implements NodeRendererInterface method render (line 19) | public function render(Node $node, ChildNodeRendererInterface $childRe... method renderWatch (line 62) | private function renderWatch(Hint $node, ChildNodeRendererInterface $c... FILE: app/Markdown/Hint/HintStartParser.php class HintStartParser (line 10) | class HintStartParser implements BlockStartParserInterface method tryStart (line 12) | public function tryStart(Cursor $cursor, MarkdownParserStateInterface ... FILE: app/Markdown/Tabs/TabbedCodeBlock.php class TabbedCodeBlock (line 7) | class TabbedCodeBlock extends AbstractBlock method addCodeSample (line 12) | public function addCodeSample($language, $code) method getCodeSamples (line 17) | public function getCodeSamples() FILE: app/Markdown/Tabs/TabbedCodeBlockExtension.php class TabbedCodeBlockExtension (line 8) | class TabbedCodeBlockExtension implements ExtensionInterface method register (line 10) | public function register(EnvironmentBuilderInterface $environment): void FILE: app/Markdown/Tabs/TabbedCodeStartParser.php class TabbedCodeStartParser (line 10) | class TabbedCodeStartParser implements BlockStartParserInterface method tryStart (line 12) | public function tryStart(Cursor $cursor, MarkdownParserStateInterface ... FILE: app/Markdown/Tabs/TabsParser.php class TabsParser (line 11) | class TabsParser extends AbstractBlockContinueParser implements BlockCon... method __construct (line 15) | public function __construct() method isContainer (line 20) | public function isContainer(): bool method canContain (line 25) | public function canContain(AbstractBlock $childBlock): bool method getBlock (line 30) | public function getBlock(): AbstractBlock method tryContinue (line 35) | public function tryContinue(Cursor $cursor, BlockContinueParserInterfa... FILE: app/Markdown/Tabs/TabsRenderer.php class TabsRenderer (line 14) | class TabsRenderer implements NodeRendererInterface method render (line 22) | public function render(Node $node, ChildNodeRendererInterface $childRe... FILE: app/Models/User.php class User (line 13) | #[Fillable(['name', 'email', 'password'])] method casts (line 25) | protected function casts(): array FILE: app/Modifiers/Split.php class Split (line 8) | class Split extends Modifier method index (line 17) | public function index($value, $params) FILE: app/Modifiers/Toc.php class Toc (line 10) | class Toc extends Modifier method index (line 22) | public function index($value, $params, $context) method create (line 35) | private function create($content, $maxHeadingLevels) method valueGet (line 125) | private function valueGet($value) method slugify (line 134) | private function slugify($text) FILE: app/Providers/AppServiceProvider.php class AppServiceProvider (line 19) | class AppServiceProvider extends ServiceProvider method register (line 24) | public function register(): void method boot (line 32) | public function boot(): void FILE: app/Search/DocTransformer.php class DocTransformer (line 9) | class DocTransformer implements DocumentTransformer method normalizeConent (line 11) | private function normalizeConent($value) method handle (line 20) | public function handle(DocumentFragment $fragment, $entry): void FILE: app/Search/Listeners/SearchEntriesCreatedListener.php class SearchEntriesCreatedListener (line 7) | class SearchEntriesCreatedListener method getParentHeadings (line 16) | protected function getParentHeadings($headers, $target) method handle (line 42) | public function handle(SearchEntriesCreated $event): void FILE: app/Search/RequestContentRetriever.php class RequestContentRetriever (line 11) | class RequestContentRetriever implements ContentRetriever method getContent (line 13) | public function getContent(Entry $entry): string method extractArticleContent (line 32) | protected function extractArticleContent(string $content): string FILE: app/Search/Storybook/StorybookSearchProvider.php class StorybookSearchProvider (line 11) | class StorybookSearchProvider extends Provider method provide (line 17) | public function provide(): Collection|LazyCollection method contains (line 27) | public function contains($searchable): bool method find (line 32) | public function find(array $keys): Collection FILE: app/Search/Storybook/StorybookSearchable.php class StorybookSearchable (line 9) | class StorybookSearchable implements SearchableContract method from (line 16) | public static function from(array $component) method id (line 26) | public function id(): string method title (line 31) | public function title(): string method getSearchValue (line 36) | public function getSearchValue(string $field) method url (line 53) | public function url(): string method reference (line 58) | public function reference(): string FILE: app/Tags/GithubCommitsUrl.php class GithubCommitsUrl (line 8) | class GithubCommitsUrl extends \Statamic\Tags\Tags method index (line 10) | public function index() method getCurrentBranch (line 27) | private function getCurrentBranch(): string FILE: app/Tags/GithubEditUrl.php class GithubEditUrl (line 8) | class GithubEditUrl extends \Statamic\Tags\Tags method index (line 10) | public function index() method getCurrentBranch (line 27) | private function getCurrentBranch(): string FILE: app/Tags/HeroSponsors.php class HeroSponsors (line 12) | class HeroSponsors extends Tags method index (line 14) | public function index() method sponsors (line 27) | private function sponsors() method request (line 46) | private function request($cursor) method query (line 60) | private function query() FILE: app/ViewModels/Fieldtypes.php class Fieldtypes (line 7) | class Fieldtypes extends ViewModel method data (line 9) | public function data(): array FILE: app/ViewModels/Modifiers.php class Modifiers (line 7) | class Modifiers extends ViewModel method data (line 9) | public function data(): array FILE: app/ViewModels/Tags.php class Tags (line 7) | class Tags extends ViewModel method data (line 9) | public function data(): array FILE: app/ViewModels/Variables.php class Variables (line 7) | class Variables extends ViewModel method data (line 9) | public function data(): array FILE: database/factories/UserFactory.php class UserFactory (line 13) | class UserFactory extends Factory method definition (line 25) | public function definition(): array method unverified (line 39) | public function unverified(): static FILE: database/migrations/0001_01_01_000000_create_users_table.php method up (line 12) | public function up(): void method down (line 43) | public function down(): void FILE: database/migrations/0001_01_01_000001_create_cache_table.php method up (line 12) | public function up(): void method down (line 30) | public function down(): void FILE: database/migrations/0001_01_01_000002_create_jobs_table.php method up (line 12) | public function up(): void method down (line 51) | public function down(): void FILE: database/seeders/DatabaseSeeder.php class DatabaseSeeder (line 9) | class DatabaseSeeder extends Seeder method run (line 16) | public function run(): void FILE: resources/js/color-scheme-preferences.js function updateDarkClass (line 12) | function updateDarkClass(colorScheme) { function restoreColorSchemePreference (line 29) | function restoreColorSchemePreference() { function storeColorSchemePreference (line 56) | function storeColorSchemePreference({ target }) { FILE: resources/js/external-links.js function isExternal (line 4) | function isExternal(url) { FILE: resources/js/toc-navigation.js function tocNavigation (line 1) | function tocNavigation() { FILE: tests/CreatesApplication.php type CreatesApplication (line 8) | trait CreatesApplication method createApplication (line 13) | public function createApplication(): Application FILE: tests/Feature/ExampleTest.php class ExampleTest (line 8) | class ExampleTest extends TestCase method test_the_application_returns_a_successful_response (line 13) | 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 12) | public function test_that_true_is_true(): void