MCPcopy Create free account

hub / github.com/xmlet/HtmlFlow / functions

Functions777 in github.com/xmlet/HtmlFlow

MethodStudent
(long nr, String name)
htmlflow-core/src/test/java/htmlflow/test/model/Student.java:10
MethodStudent
(long nr, String name)
htmlflow-kotlin/src/test/java/htmlflow/test/model/Student.java:10
MethodStudentWithGrade
(String name, double grade)
htmlflow-core/src/test/java/htmlflow/test/model/StudentWithGrade.java:7
MethodTags
()
htmlflow-core/src/main/java/htmlflow/visitor/Tags.java:41
MethodTask
(String title, String description, Priority priority)
flowifier/src/test/java/htmlflow/test/model/Task.java:37
MethodTask
(String title, String description, Priority priority)
htmlflow-core/src/test/java/htmlflow/test/model/Task.java:37
MethodTaskDelayed
(int id, String title, String description, Priority priority)
htmlflow-core/src/test/java/htmlflow/test/model/TaskDelayed.java:31
MethodTaskHtml
(Task obj, Stream<String> html)
flowifier/src/test/java/htmlflow/test/TestDivDetails.java:128
MethodTaskHtml
(Task obj, Stream<String> html)
htmlflow-core/src/test/java/htmlflow/test/TestDivDetails.java:166
MethodTestDivDetails
()
flowifier/src/test/java/htmlflow/test/TestDivDetails.java:61
MethodTestDivDetails
()
htmlflow-core/src/test/java/htmlflow/test/TestDivDetails.java:65
MethodTrack
(String name)
htmlflow-core/src/test/java/htmlflow/test/model/Track.java:12
MethodTrack
(String name)
htmlflow-kotlin/src/test/java/htmlflow/test/model/Track.java:12
MethodUtils
()
flowifier/src/test/java/htmlflow/test/Utils.java:45
MethodUtils
()
htmlflow-core/src/test/java/htmlflow/test/Utils.java:52
MethodUtils
()
htmlflow-kotlin/src/test/java/htmlflow/test/Utils.java:45
MethodViewFactory
( boolean isIndented, boolean threadSafe, boolean preEncoding,
htmlflow-core/src/main/java/htmlflow/HtmlFlow.java:463
Method`all examples should render successfully`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:447
Method`hot reload should clear caches and work correctly`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:465
Method`resolution precedence should be consistent`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:478
Method`should cache inheritance resolution - Example 2`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:360
Method`should cache view registry across multiple calls`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:87
Method`should correctly identify HtmlView methods`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:229
Method`should create default constructor instance`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:264
Method`should create renderer from HtmlView`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/RendererExtensionTest.kt:24
Method`should find view for base class when using inherited model`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:170
Method`should find view for interface when using implementing model`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:183
Method`should find view through direct match - Example 1`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:333
Method`should find view through interface match - Example 4`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:389
Method`should find view through superclass match - Example 3`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:348
Method`should find views across multiple packages`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:76
Method`should find views in objects package`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:51
Method`should find views in simple package`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:37
Method`should follow correct precedence order`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:416
Method`should handle complex HTML structure in renderer`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/RendererExtensionTest.kt:53
Method`should handle direct base class model`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:196
Method`should handle empty content gracefully`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/RendererExtensionTest.kt:147
Method`should handle empty package`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:65
Method`should handle inactive status in complex view`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:140
Method`should handle inactive status in complex view`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/RendererExtensionTest.kt:110
Method`should handle multiple interfaces with deterministic precedence`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:400
Method`should handle non-parameterized types gracefully`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:273
Method`should handle type mismatch in extension function`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:305
Method`should reject non-view methods`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:236
Method`should render HtmlView correctly`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:108
Method`should render complex view with lists and conditionals`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:123
Method`should return null for non-object class`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:258
Method`should return working TemplateRenderer from CachingClasspath`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:320
Method`should successfully create Kotlin object instance`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:252
Method`should throw error when no view found`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:433
Method`should throw exception for type mismatch in HtmlView renderer`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/RendererExtensionTest.kt:135
Method`should throw exception for unknown view type`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:155
Method`should throw exception when duplicate views are found`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:212
Method`should work with extension functions`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:282
Method`test complex HTML page`
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensions.kt:148
Method`test div extension property`
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensions.kt:89
Method`test renderer with view factory`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/ClasspathScannerTest.kt:9
Method`test renderer without view factory`
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/ClasspathScannerTest.kt:19
Functionaccept
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlFlowSuspending.kt:34
MethodaddScape_should_return_the_same_builder_instance
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/EscapersTest.java:15
MethodappendAttribute
Appends the attribute value and key @param attribute the attribute @param nodeClass the class of the node @throws IOException
flowifier/src/main/java/htmlflow/flowifier/HtmlToJavaHtmlFlowNodeVisitor.java:72
MethodappendFooter
Appends the footer of the Java class, i.e closes the method and the class @throws IOException thrown when something wrong occurs while ap
flowifier/src/main/java/htmlflow/flowifier/HtmlToJavaHtmlFlowNodeVisitor.java:59
MethodappendHeader
Appends the header of the Java class, i.e the imports, the declaration of the class, the declaration of the method, ... @throws IOException
flowifier/src/main/java/htmlflow/flowifier/HtmlToJavaHtmlFlowNodeVisitor.java:50
MethodassertContainsExpectedContent
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:500
MethodassertHtml
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableViewInConcurrency.kt:138
MethodawaitAndDynamicTemplate
(HtmlPage view)
htmlflow-core/src/test/java/htmlflow/test/TestAwaitDynamic.java:83
MethodbbView
(Footer<?> footer)
htmlflow-core/src/test/java/htmlflow/test/views/HtmlPartials.java:29
MethodbodyDivPtemplate
(HtmlPage view)
htmlflow-core/src/test/java/htmlflow/test/views/HtmlWithoutIndentation.java:25
MethodbuildClassName
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathScanner.kt:130
MethodbuildSubPackageName
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathScanner.kt:126
MethodcallPrivateMethod
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:541
MethodchainContinuationSuspendableStatic
htmlflow-kotlin/src/main/kotlin/htmlflow/PreprocessingVisitorSuspend.kt:127
MethodcheckForDuplicateViewRegistration
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathLoader.kt:118
Methodcheck_asyncview_hot_processing_in_concurrent_tasks_and_parallel_threads
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableViewInConcurrency.kt:109
Methodcheck_asyncview_processing_in_concurrent_tasks_and_parallel_threads
()
htmlflow-core/src/test/java/htmlflow/test/TestAsyncViewInConcurrency.java:45
Methodcheck_asyncview_processing_in_concurrent_tasks_and_parallel_threads
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableViewInConcurrency.kt:55
Methodcheck_asyncview_processing_in_concurrent_tasks_and_parallel_threads_hot
()
htmlflow-core/src/test/java/htmlflow/test/TestAsyncViewInConcurrency.java:63
Methodcheck_asyncview_processing_in_concurrent_tasks_and_parallel_threads_hot_unsafe
()
htmlflow-core/src/test/java/htmlflow/test/TestAsyncViewInConcurrency.java:81
Methodcheck_asyncview_processing_in_sequential_tasks_and_unsafe_hot_view
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableViewInConcurrency.kt:83
Methodcheck_asyncview_processing_in_sequential_tasks_and_unsafe_view
()
htmlflow-core/src/test/java/htmlflow/test/TestAsyncViewInConcurrency.java:30
Methodcheck_asyncview_processing_in_sequential_tasks_and_unsafe_view
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableViewInConcurrency.kt:30
MethodclearResolutionCache
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:507
Methodclone
( Supplier<HtmlVisitor> visitorSupplier, boolean threadSafe )
htmlflow-core/src/main/java/htmlflow/HtmlViewHot.java:84
Methodclone
Since HtmlVisitor is immutable this is the preferred way to create a copy of the existing HtmlVisitor instance with a different isIndented state. @pa
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:303
Methodclone
(boolean isIndented)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlDocVisitor.java:90
Methodclone
(boolean isIndented)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorAsyncHot.java:81
Methodclone
(boolean isIndented)
htmlflow-core/src/main/java/htmlflow/visitor/PreprocessingVisitor.java:167
Methodclone
(boolean isIndented)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitor.java:62
Methodclone
(boolean isIndented)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorHot.java:59
Methodclone
(boolean isIndented)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorAsync.java:72
Methodclone
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewVisitorSuspendHot.kt:25
Methodclone
htmlflow-kotlin/src/main/kotlin/htmlflow/visitor/HtmlVisitorSuspending.kt:7
MethodconvertJavaStringContentToJavaDeclarableString
Converts the content of a Java string into a string that can be declared in a Java class passed as a method parameter @param javaStringContent
flowifier/src/main/java/htmlflow/flowifier/HtmlToJavaHtmlFlowNodeVisitor.java:94
MethodconvertPathToPackage
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplates.kt:64
Methodcopy
(HtmlVisitor v)
htmlflow-core/src/main/java/htmlflow/continuations/HtmlContinuationSyncDynamic.java:69
Methodcopy
(HtmlVisitor visitor)
htmlflow-core/src/main/java/htmlflow/continuations/HtmlContinuationSyncCloseAndIndent.java:39
Methodcopy
(HtmlVisitor v)
htmlflow-core/src/main/java/htmlflow/continuations/HtmlContinuationSyncStatic.java:53
Methodcopy
(HtmlVisitor v)
htmlflow-core/src/main/java/htmlflow/continuations/HtmlContinuationAsync.java:50
Methodcopy
(HtmlVisitor visitor)
htmlflow-core/src/main/java/htmlflow/continuations/HtmlContinuationAsyncTerminationNode.java:22
Methodcopy
* Since this Node is used only to signal completion, and we do not use the visitor, then we van * reuse it. */
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableTerminationNode.kt:25
← previousnext →301–400 of 777, ranked by callers