MCPcopy Create free account

hub / github.com/catamphetamine/react-pages / functions

Functions77 in github.com/catamphetamine/react-pages

↓ 22 callersMethodmatch
(path: string)
src/path-matcher/PathMatcher.ts:8
↓ 7 callersFunctionapplyMeta
(meta: Meta, document: Document = browserDocument)
src/meta-tags/applyMeta.ts:13
↓ 5 callersFunctionflatten
(array: any[])
src/utility/flatten.ts:1
↓ 5 callersMethodgetMetaTags
()
src/meta-tags/document/Document.d.ts:2
↓ 5 callersFunctionreplaceAll
(string: string, replacedSubstring: string, replacementSubstring: string)
src/utility/escapeHtml.ts:34
↓ 4 callersFunctionexpandArrays
(meta: MetaKeyValuePair)
src/meta-tags/expandArrays.ts:13
↓ 3 callersFunctiondropUndefinedProperties
(object: object)
src/meta-tags/dropUndefinedProperties.ts:3
↓ 3 callersFunctionescapeHtml
(string: string, { isAttributeValue }: { isAttributeValue: boolean })
src/utility/escapeHtml.ts:8
↓ 3 callersFunctiongetMetaAttributeFor
(name: string)
src/meta-tags/document/BrowserDocument.ts:66
↓ 3 callersMethodgetTitle
()
src/meta-tags/document/Document.d.ts:3
↓ 3 callersFunctionisObject
(object: unknown)
src/utility/isObject.ts:3
↓ 3 callersMethodmatchAll
(path: string)
src/path-matcher/PathMatcher.ts:17
↓ 3 callersFunctiononSuccess
()
src/react-components/onLocationChange.ts:33
↓ 3 callersFunctionuseNavigationContext
()
src/react-hooks/useNavigationContext.ts:6
↓ 2 callersFunctionconvertMetaObject
(meta: Meta)
src/meta-tags/normalizeMeta.ts:21
↓ 2 callersFunctionconvertOpenGraphLocaleToLanguageTag
(ogLocale: string)
src/meta-tags/convertOpenGraphLocaleToLanguageTag.ts:1
↓ 2 callersFunctionexpandObjects
(meta: MetaKeyValuePair)
src/meta-tags/expandObjects.ts:9
↓ 2 callersFunctionflattenMeta
(meta: MetaKeyValuePair[])
src/meta-tags/normalizeMeta.ts:62
↓ 2 callersFunctiongetMetaTagsMarkup
(meta: Meta)
src/meta-tags/getMetaTagsMarkup.ts:13
↓ 2 callersFunctionisServerSideRenderOptions
(options: Options)
src/browser-render/render.ts:70
↓ 2 callersFunctionmatchPathAgainstPathDescriptor
( pathToMatch: string, pathDescriptor: CompiledPathDescriptor<Handler> )
src/path-matcher/PathMatcher.ts:27
↓ 2 callersFunctionmergeMeta
({ pageMeta, pageMetaData, rootMeta, rootMetaData, useSelector, pageRouteData }: Parameters<State>)
src/meta-tags/mergeMeta.ts:15
↓ 2 callersFunctionnormalizeMeta
(meta: Meta)
src/meta-tags/normalizeMeta.ts:11
↓ 2 callersFunctiononError
(error: unknown)
src/react-components/onLocationChange.ts:41
↓ 2 callersFunctionupdateMetaTag
* Updates `<meta/>` tag to a new `value` and removes it from `metaTags`.
src/meta-tags/applyMeta.ts:54
↓ 1 callersFunctionRouteRenderer
({ routes }: RouteRendererProps< LoadContext, NavigationContext, MetaContext, Props, LocationParameters,
src/react-components/RouteRenderer.ts:11
↓ 1 callersMethodaddMetaTag
(name: string, value: string)
src/meta-tags/document/Document.d.ts:5
↓ 1 callersFunctioncompilePathDescriptors
( pathDescriptors: PathDescriptorShape[] )
src/path-matcher/PathMatcher.ts:66
↓ 1 callersMethodcreateMetaTag
* Creates `<meta/>` tag with a `value`.
src/meta-tags/document/BrowserDocument.ts:24
↓ 1 callersFunctionescapeRegExpSpecialCharacters
(string: string)
src/path-matcher/PathMatcher.ts:122
↓ 1 callersFunctionexpandRoutes
( routeSegments: RouteSegmentShape[], basePath: string = '' )
src/route-matcher/RouteMatcher.ts:41
↓ 1 callersFunctiongenerateMetaTagMarkup
* Generates `<meta/>` tag HTML markup.
src/meta-tags/getMetaTagsMarkup.ts:33
↓ 1 callersFunctiongetMetaKeyAliases
* Gets `<meta/>` property aliases. * (for both `name` and `property`). * Also filters out `charset`. * @return {string}
src/meta-tags/normalizeMeta.ts:36
↓ 1 callersMethodgetMetaTagValue
(element: MetaElement)
src/meta-tags/document/Document.d.ts:7
↓ 1 callersFunctionisArrayOfStrings
(value: unknown)
src/meta-tags/mergeMeta.ts:86
↓ 1 callersFunctionisCompiledPathDescriptorWithoutParameters
( pathDescriptor: CompiledPathDescriptor<PathDescriptor> )
src/path-matcher/PathMatcher.ts:143
↓ 1 callersMethodisMetaTag
(element: MetaElement, name: string)
src/meta-tags/document/Document.d.ts:6
↓ 1 callersFunctionisNavigationStackInitialized
( context: NavigationContextTypeBeforeNavigationStackIsInitialized )
src/react-components/WithNavigationStack.ts:140
↓ 1 callersFunctionisPromise
(anything: unknown)
src/utility/isPromise.ts:3
↓ 1 callersMethodmatch
(path: string)
src/route-matcher/RouteMatcher.ts:29
↓ 1 callersFunctiononLocationChangeHandler
( location: Location, { onBeforeLocationChange, getExecutionState, setExecutionState, setL
src/react-components/onLocationChange.ts:7
↓ 1 callersMethodsetMetaTagValue
(element: MetaElement, value: string)
src/meta-tags/document/Document.d.ts:8
↓ 1 callersMethodsetTitle
(title: string)
src/meta-tags/document/Document.d.ts:4
↓ 1 callersFunctiontrimTrailingSlashes
(path: string)
src/route-matcher/RouteMatcher.ts:90
↓ 1 callersFunctionuseLocation
()
src/react-hooks/useLocation.ts:3
FunctionMetaUpdater
({ meta, pageRouteData, routeSegmentPosition, props, customProps }: Props)
src/meta-tags/MetaUpdater.ts:12
FunctionScrollableContainer
({ containerKey, component, shouldChangeScrollPositionOnLocationChange, ...rest }: Props)
src/react-components/ScrollableContainer.ts:7
FunctionWithNavigationStack
({ environment, initialLocation, basePath, onBeforeLocationChange, manageScrollPosition, scrollPos
src/react-components/WithNavigationStack.ts:27
MethodaddMetaTag
(name: string, value: string)
src/meta-tags/document/TestDocument.ts:28
MethodaddMetaTag
(name: string, value: string)
src/meta-tags/document/BrowserDocument.ts:17
Methodconstructor
(routesTree: RouteSegmentShape[])
src/route-matcher/RouteMatcher.ts:10
Methodconstructor
(pathDescriptors: PathDescriptorShape[])
src/path-matcher/PathMatcher.ts:4
Methodconstructor
(location: Location)
src/react-components/onLocationChange.ts:85
Methodconstructor
(elements?: MetaElement[])
src/meta-tags/document/TestDocument.ts:9
MethodgetMetaTagValue
(element: MetaElement)
src/meta-tags/document/TestDocument.ts:36
MethodgetMetaTagValue
(element: HTMLMetaElement)
src/meta-tags/document/BrowserDocument.ts:42
MethodgetMetaTags
()
src/meta-tags/document/TestDocument.ts:16
MethodgetMetaTags
()
src/meta-tags/document/BrowserDocument.ts:5
MethodgetTitle
()
src/meta-tags/document/TestDocument.ts:20
MethodgetTitle
()
src/meta-tags/document/BrowserDocument.ts:9
MethodisMetaTag
(element: MetaElement, name: string)
src/meta-tags/document/TestDocument.ts:32
MethodisMetaTag
(element: HTMLMetaElement, name: string)
src/meta-tags/document/BrowserDocument.ts:35
FunctiononAllReady
()
src/server-render/render.ts:81
FunctiononError
()
src/server-render/render.ts:73
FunctiononShellReady
()
src/server-render/render.ts:89
FunctionpatchMeta
(latestMeta: Meta, newMeta: Meta)
src/meta-tags/patchMeta.ts:32
Methodpipe
(writableStream: NodeJS.WritableStream)
src/server-render/render.ts:109
MethodremoveMetaTag
(element: MetaElement)
src/meta-tags/document/Document.d.ts:9
MethodremoveMetaTag
(element: HTMLMetaElement)
src/meta-tags/document/BrowserDocument.ts:56
Functionrender
( routes: Routes<LoadContext, NavigationContext, MetaContext, Props, LocationParameters, Cookies>, options:
src/server-render/render.ts:18
Functionrender
( routes: Routes<LoadContext, NavigationContext, MetaContext, Props, LocationParameters, Cookies>, options:
src/browser-render/render.ts:11
MethodsetMetaTagValue
(element: MetaElement, value: string)
src/meta-tags/document/TestDocument.ts:40
MethodsetMetaTagValue
(element: HTMLMetaElement, value: string)
src/meta-tags/document/BrowserDocument.ts:49
MethodsetTitle
(title: string)
src/meta-tags/document/TestDocument.ts:24
MethodsetTitle
(title: string)
src/meta-tags/document/BrowserDocument.ts:13
FunctionuseLocationState
()
src/react-hooks/useLocationData.ts:12
FunctionuseNavigation
()
src/react-hooks/useNavigationStack.ts:5