Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomainLanz/romainlanz.com
/ functions
Functions
265 in github.com/RomainLanz/romainlanz.com
⨍
Functions
265
◇
Types & classes
251
Method
handle
(ctx: HttpContext, next: NextFn)
apps/romainlanz.com/app/core/middleware/container_bindings_middleware.ts:16
Method
handle
(ctx: HttpContext, next: NextFn)
apps/romainlanz.com/app/core/middleware/initialize_bouncer_middleware.ts:12
Method
handle
(ctx: HttpContext, next: NextFn)
apps/romainlanz.com/app/core/middleware/detect_user_locale_middleware.ts:33
Function
log
(event)
apps/romainlanz.com/app/core/services/db.ts:26
Method
makeMany
(count: number, overrides: Partial<FactoryInsert<Table>> = {})
apps/romainlanz.com/tests/factories/factory.ts:252
Function
markdownDirectives
()
apps/romainlanz.com/shared/markdown/directives.ts:47
Method
now
()
apps/romainlanz.com/app/common/services/time_freeze_service.ts:11
Function
pages
(_ctx, page)
apps/romainlanz.com/config/inertia.ts:15
Method
prepare
* Prepare lifecycle hook runs before the "run" method * and hence, we use it to prepare the migrator * instance
apps/romainlanz.com/commands/migrate_fresh.ts:25
Method
prepare
* Prepare lifecycle hook runs before the "run" method * and hence, we use it to prepare the migrator * instance
apps/romainlanz.com/commands/migrate_rollback.ts:26
Method
prepare
* Prepare lifecycle hook runs before the "run" method * and hence, we use it to prepare the migrator * instance
apps/romainlanz.com/commands/migrate.ts:23
Function
render
()
apps/romainlanz.com/inertia/app.ts:36
Function
render
(page: any)
apps/romainlanz.com/inertia/ssr.ts:8
Method
render
({ inertia }: HttpContext)
apps/romainlanz.com/app/twitch/controllers/get_live_status_controller.ts:9
Method
render
({ inertia }: HttpContext)
apps/romainlanz.com/app/pages/controllers/contact_controller.ts:14
Method
render
({ inertia }: HttpContext)
apps/romainlanz.com/app/pages/controllers/landing_controller.ts:10
Method
render
({ request, inertia }: HttpContext)
apps/romainlanz.com/app/articles/controllers/list_articles_controller.ts:20
Method
render
({ auth, params, response }: HttpContext)
apps/romainlanz.com/app/articles/controllers/show_article_og_image_controller.ts:16
Method
render
({ auth, params, inertia }: HttpContext)
apps/romainlanz.com/app/articles/controllers/show_article_controller.ts:17
Method
render
({ inertia, params }: HttpContext)
apps/romainlanz.com/app/paste/controllers/show_paste_controller.ts:10
Method
render
({ inertia }: HttpContext)
apps/romainlanz.com/app/paste/controllers/store_paste_controller.ts:24
Method
render
({ bouncer, params, inertia }: HttpContext)
apps/romainlanz.com/app/admin/articles/controllers/update_article_controller.ts:33
Method
render
({ bouncer, inertia }: HttpContext)
apps/romainlanz.com/app/admin/articles/controllers/store_article_controller.ts:31
Method
render
({ inertia }: HttpContext)
apps/romainlanz.com/app/admin/taxonomies/controllers/store_category_controller.ts:12
Method
render
({ inertia }: HttpContext)
apps/romainlanz.com/app/admin/taxonomies/controllers/list_taxonomies_controller.ts:10
Method
render
({ inertia }: HttpContext)
apps/romainlanz.com/app/admin/redirects/controllers/store_redirect_controller.ts:19
Method
render
({ inertia }: HttpContext)
apps/romainlanz.com/app/admin/redirects/controllers/list_redirects_controller.ts:10
Method
report
* The method is used to report error to the logging service or * the a third party error monitoring service. * * @note You should not attempt to
apps/romainlanz.com/app/core/exceptions/handler.ts:45
Method
run
()
apps/romainlanz.com/commands/migrate_fresh.ts:44
Method
run
* Runs migrations down method
apps/romainlanz.com/commands/migrate_rollback.ts:48
Method
run
()
apps/romainlanz.com/commands/make_migration.ts:12
Method
run
()
apps/romainlanz.com/commands/create_user.ts:16
Method
run
* Runs migrations up method
apps/romainlanz.com/commands/migrate.ts:45
Function
setup
(props, { slots })
packages/design-system/src/atoms/client_only/client_only.ts:11
Function
setup
({ el, App, props, plugin })
apps/romainlanz.com/inertia/app.ts:35
Function
setup
({ App, props, plugin })
apps/romainlanz.com/inertia/ssr.ts:21
Function
toDatetimeLocalInputValue
(value: string | Date | null)
apps/romainlanz.com/inertia/components/admin/articles/published_at.ts:6
Method
toObject
()
apps/romainlanz.com/app/auth/transformers/current_user_transformer.ts:5
Method
toObject
()
apps/romainlanz.com/app/pages/transformers/landing_page_transformer.ts:9
Method
toObject
()
apps/romainlanz.com/app/articles/transformers/article_list_page_transformer.ts:12
Method
toObject
()
apps/romainlanz.com/app/articles/transformers/article_page_transformer.ts:5
Method
toObject
()
apps/romainlanz.com/app/taxonomies/transformers/category_option_transformer.ts:5
Method
toObject
()
apps/romainlanz.com/app/paste/transformers/paste_page_transformer.ts:5
Method
toObject
()
apps/romainlanz.com/app/admin/articles/transformers/admin_article_index_transformer.ts:11
Method
toObject
()
apps/romainlanz.com/app/admin/taxonomies/transformers/admin_taxonomy_index_transformer.ts:9
Method
toObject
()
apps/romainlanz.com/app/admin/redirects/transformers/admin_redirect_index_transformer.ts:9
Function
up
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1734383672554_add_reading_time_to_articles_table.ts:3
Function
up
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1709502677820_create_redirects_table.ts:3
Function
up
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1710004669703_create_tags_table.ts:3
Function
up
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1732223266460_create_pastes_table.ts:3
Function
up
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1709501434773_create_users_table.ts:4
Function
up
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1709502673389_create_categories_table.ts:3
Function
up
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1734604397245_rename_column_in_redirect_visits_table.ts:3
Function
up
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1710004851146_create_tag_articles_table.ts:3
Function
up
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1749688200000_add_slug_to_tags_table.ts:3
Function
up
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1734618462220_create_cache_table.ts:3
Function
up
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1709502673390_create_articles_table.ts:4
Function
up
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1712603999313_create_newsletters_table.ts:3
Function
up
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1734206783527_create_redirect_visits_table.ts:3
Method
update
(payload: UpdateArticleDTO)
apps/romainlanz.com/app/articles/repositories/article_repository.ts:46
Function
useCurrentUser
()
apps/romainlanz.com/inertia/composables/use_current_user.ts:5
Function
usePageErrors
()
apps/romainlanz.com/inertia/composables/use_page_errors.ts:4
Function
usePageProps
()
apps/romainlanz.com/inertia/composables/use_page_props.ts:4
Function
usePageTitle
(title?: string)
apps/romainlanz.com/inertia/composables/use_page_title.ts:5
Function
withoutWrapping
(this: HttpContext, ...[data, resolver]: Parameters<ApiSerializer['serializeWithoutWrapping']>)
apps/romainlanz.com/providers/api_provider.ts:54
← previous
201–265 of 265, ranked by callers