MCPcopy Create free account

hub / github.com/GitBrincie212/ChronoGrapher / functions

Functions474 in github.com/GitBrincie212/ChronoGrapher

↓ 1 callersFunctionident_to_token_type
Maps a day-of-week / month identifier (e.g. `MON`, `dec`) to its numeric token type. Matching is case-insensitive, so `MON`, `mon` and `MoN` are all
proc/src/cron.rs:107
↓ 1 callersMethodidle_to
(&self, to: SystemTime)
base/src/scheduler/clock/virtual_clock.rs:47
↓ 1 callersMethodinsert
(&mut self, value: T, delay: Duration)
base/src/utils/timing_wheel/hierarchical_timing_wheel.rs:31
↓ 1 callersMethodis_disabled
(&self)
base/src/task/dependency.rs:127
↓ 1 callersMethodis_resolved
(&self)
base/src/task/dependency.rs:20
↓ 1 callersMethodmatches_day
(&self, dt: UtcDateTime)
base/src/task/schedule/cron.rs:640
↓ 1 callersMethodmatches_year
(&self, year: u32)
base/src/task/schedule/cron.rs:629
↓ 1 callersMethodmax
(&self)
base/src/task/schedule/cron.rs:237
↓ 1 callersMethodnext_time_from
(&self, current: SystemTime)
base/src/task/schedule/cron.rs:502
↓ 1 callersMethodon_event
(&self, _ctx: &TaskHookContext, _payload: &E::Payload<'_>)
base/src/task/hooks.rs:448
↓ 1 callersMethodparse
(input: ParseStream)
proc/src/utils.rs:226
↓ 1 callersMethodparse_base
(&mut self)
utils/src/cron_parser.rs:169
↓ 1 callersMethodparse_list
(&mut self)
utils/src/cron_parser.rs:47
↓ 1 callersMethodparse_segment
(&mut self)
utils/src/cron_parser.rs:64
↓ 1 callersMethodpromote
(&mut self, hook_id: TypeId, hook: &'static dyn ErasedTaskHook)
base/src/task/hooks.rs:119
↓ 1 callersMethodremove
(&self, key: &Self::Key)
base/src/scheduler/task_store/ephemeral.rs:71
↓ 1 callersMethodretrieve
(&self)
base/src/scheduler/engine/default.rs:66
↓ 1 callersFunctionsearch_suffixes
(target: &str)
proc/src/utils.rs:208
↓ 1 callersMethodselect
(&self, ctx: &RestrictTaskFrameContext)
base/src/task/frames/collectionframe.rs:213
↓ 1 callersFunctionstart_chronographer
()
bin/src/main_cg.rs:32
↓ 1 callersFunctionstart_worker_process
( hot_workers: Arc<Vec<CachePadded<SchedulerWorkerHot<C>>>>, cold_workers: Arc<Vec<CachePadded<Schedul
base/src/scheduler/impls/live.rs:181
↓ 1 callersMethodtick
(&self)
base/src/scheduler/clock/progressive_clock.rs:40
↓ 1 callersFunctiontokenize_from_str
( s: &str, )
utils/src/cron_lexer.rs:86
↓ 1 callersFunctiontokenize_from_tokens
( input: proc_macro2::TokenStream, )
proc/src/cron.rs:143
↓ 1 callersMethodtransform
(&self, toks: TokenStream2)
proc/src/workflow.rs:37
↓ 1 callersFunctiontry_bracketed
(input: &ParseStream<'a>)
proc/src/workflow/retry.rs:199
↓ 1 callersMethodtry_parse_lastof
( &mut self, base: &AstNode, )
utils/src/cron_parser.rs:149
↓ 1 callersMethodtry_parse_nearest_weekday
( &mut self, base: &AstNode, )
utils/src/cron_parser.rs:124
↓ 1 callersMethodtry_parse_nth_weekday
( &mut self, base: &AstNode, )
utils/src/cron_parser.rs:100
↓ 1 callersMethodtry_parse_step
( &mut self, base: &AstNode, )
utils/src/cron_parser.rs:80
↓ 1 callersFunctionupdateTheme
()
website/src/components/theme.tsx:9
↓ 1 callersFunctionvalidate_ast_node
( node: &AstNode, field_pos: usize, )
utils/src/validator.rs:21
↓ 1 callersFunctionvalidate_ast_node
(node: &AstNode, field_pos: usize)
base/src/task/schedule/cron.rs:28
↓ 1 callersMethodwrite_x
(&self, new: usize)
tests/src/task/hooks/taskhook_shared_data_test.rs:216
↓ 1 callersMethodwrite_y
(&self, new: usize)
tests/src/task/hooks/taskhook_shared_data_test.rs:220
FunctionCallToActionButton
(props: { title: string; variant: keyof typeof variants; href: string; })
website/src/components/home/CallToActionButton.tsx:8
FunctionChipTransmissionComponent
(props: { widthClass: string; leftIcon: JSX.Element; rightIcon: JSX.Element; idx: number; })
website/src/components/home/ChronoGrapherWireComponent.tsx:302
FunctionChipWireComponent
(props: { left?: boolean })
website/src/components/home/ChronoGrapherWireComponent.tsx:212
FunctionChronoGrapherCallToActionText
()
website/src/components/home/sections/HeroSection.tsx:9
FunctionChronoGrapherWireComponent
()
website/src/components/home/ChronoGrapherWireComponent.tsx:352
FunctionDefaultSearchDialog
(props: SharedProps)
website/src/components/search.tsx:25
FunctionFeatureShowcaseBlock
(props: { title: string; children: React.ReactElement; })
website/src/components/home/sections/ScalabilityShowcaseSection.tsx:8
FunctionGET
()
website/src/app/llms-full.txt/route.ts:5
FunctionGET
( _req: Request, { params }: RouteContext<"/og/docs/[...slug]">, )
website/src/app/og/docs/[...slug]/route.tsx:8
FunctionGET
( _req: Request, { params }: RouteContext<"/llms.mdx/docs/[[...slug]]">, )
website/src/app/llms.mdx/docs/[[...slug]]/route.ts:7
FunctionHeroSection
()
website/src/components/home/sections/HeroSection.tsx:56
FunctionHighlight
(props: { color: Color; children: JSX.Element | string; mono?: boolean; pulse?: boolean; })
website/src/components/ui/highlight.tsx:25
FunctionHomePage
()
website/src/app/(home)/page.tsx:9
FunctionLLMCopyButton
({ /** * A URL to fetch the raw Markdown/MDX content of page */ markdownUrl, }: { markdownUrl: str
website/src/components/page-actions.tsx:22
FunctionLayout
({ children }: LayoutProps<"/">)
website/src/app/layout.tsx:9
FunctionLayout
({ children }: LayoutProps<"/">)
website/src/app/(home)/layout.tsx:4
FunctionLayout
({ children }: LayoutProps<"/docs">)
website/src/app/docs/layout.tsx:6
FunctionMyTaskFrame
(_ctx: &TaskFrameContext)
bin/src/main_cg.rs:12
FunctionPage
(props: PageProps<"/docs/[[...slug]]">)
website/src/app/docs/[[...slug]]/page.tsx:22
FunctionPerformanceShowcaseSection
()
website/src/components/home/sections/PerformanceShowcaseSection.tsx:5
FunctionPolyglotShowcaseSection
()
website/src/components/home/sections/PolyglotShowcaseSection.tsx:4
FunctionProgrammingLangToggle
()
website/src/components/ui/toggle-language.tsx:190
FunctionProgrammingLanguage
()
website/src/components/ui/toggle-language.tsx:177
FunctionProvider
({ children }: { children: ReactNode })
website/src/components/provider.tsx:6
FunctionRenderProgrammingLanguageBased
(props: { children: JSX.Element; target_name: string; })
website/src/components/ui/toggle-language.tsx:182
FunctionScalabilityShowcaseSection
()
website/src/components/home/sections/ScalabilityShowcaseSection.tsx:31
FunctionSectionWire
(props: { children: React.ReactElement; height: number; leftRight: boolean; title: React.ReactElement;
website/src/components/home/SectionWire.tsx:3
FunctionServiceBlockComponent
(props: { left?: boolean; children: JSX.Element; })
website/src/components/home/ChronoGrapherWireComponent.tsx:185
FunctionThemeBasedImage
(props: { dark: string; light: string; width: number; height: number; alt?: string; })
website/src/components/ui/theme-based-image.tsx:6
FunctionViewOptions
({ markdownUrl, githubUrl, }: { /** * A URL to the raw Markdown/MDX content of page */ markdownU
website/src/components/page-actions.tsx:76
Methodadvance
(&self, duration: Duration)
base/src/scheduler/clock.rs:19
Functionappend_scheduler_handler
( key: SchedulerKey<C>, task: &Arc<ErasedTask<C::TaskError>>, channel: Arc<(SegQueue<SchedulerHand
base/src/scheduler/impls/utils/scheduler_handle.rs:35
Functionapply_failover
( failover_policy: FailoverPolicy, key: &SchedulerKey<C>, global_queue: &Arc<Injector<(SchedulerKe
base/src/scheduler/impls/live.rs:153
Methodas_any
(&self)
base/src/errors.rs:11
Methodas_restricted
(&self)
base/src/task/frames.rs:61
Functionassign_to_trigger_worker
( key: SchedulerKey<C>, hot_workers: &Arc<Vec<CachePadded<SchedulerWorkerHot<C>>>>, cold_workers:
base/src/scheduler/impls/utils.rs:14
Functionast_node_to_tokens
(node: &AstNode)
proc/src/cron.rs:60
Functionast_to_cron_field
(node: &AstNode)
base/src/task/schedule/cron.rs:116
Methodattach
( &self, ctx: &TaskHookContext, hook: Arc<impl TaskHook<E>>, )
base/src/task/hooks.rs:322
Methodattach_hook
(&self, hook: Arc<impl TaskHook<EV>>)
base/src/task.rs:32
Methodattach_hook
(&self, hook: Arc<impl TaskHook<EV>>)
base/src/task/frames.rs:77
Methodattach_hook
(&self, hook: Arc<impl TaskHook<E>>)
base/src/task/hooks.rs:540
Methodbitand
(self, rhs: Self)
base/src/task/dependency.rs:143
Methodbitor
(self, rhs: Self)
base/src/task/dependency.rs:154
Functionboth_primary_and_fallback_fail_returns_error
()
tests/src/task/frames/fallback_taskframe_test.rs:87
Methodbuild
( self, )
base/src/task/schedule/calendar.rs:234
Methodbuilder
()
base/src/scheduler/impls/live.rs:322
Methodbuilder
()
base/src/task/frames/conditionframe.rs:79
Methodbuilder
()
base/src/task/frames/thresholdframe.rs:86
Methodbuilder
()
base/src/task/frames/dependencyframe.rs:68
Methodbuilder
()
base/src/task/frames/retryframe.rs:107
Methodbuilder
()
base/src/task/schedule/calendar.rs:218
Methodclear
(&self)
base/src/scheduler/task_store/ephemeral.rs:77
Methodclear
(&self)
base/src/scheduler/impls/live.rs:413
Methodclear
(&mut self)
base/src/utils/timing_wheel/hierarchical_timing_wheel.rs:107
Functionconstant_backoff_delays_between_retries
()
tests/src/task/frames/retry_taskframe_test.rs:209
Functioncron
(input: TokenStream)
proc/src/lib.rs:983
Functioncron
(input: TokenStream)
proc/src/cron.rs:13
Methoddefault
()
base/src/scheduler/task_store/ephemeral.rs:32
Methoddefault
()
base/src/scheduler/engine/default.rs:28
Methoddefault
()
base/src/scheduler/clock/progressive_clock.rs:9
Methoddefault
()
base/src/scheduler/task_dispatcher/default.rs:14
Methoddefault
()
base/src/scheduler/impls/live.rs:143
Methoddefault
()
base/src/utils/timing_wheel/timing_wheel_shard.rs:16
Methoddefault
()
base/src/utils/timing_wheel/hierarchical_timing_wheel.rs:19
← previousnext →101–200 of 474, ranked by callers