Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/xmlet/HtmlFlow
/ functions
Functions
777 in github.com/xmlet/HtmlFlow
⨍
Functions
777
◇
Types & classes
216
Method
copy
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableAsync.kt:39
Method
copy
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableSyncStatic.kt:28
Method
copy
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableSyncDynamic.kt:22
Method
copy
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableSyncCloseAndIndent.kt:29
Method
createInstanceForScanning
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:60
Method
createMockMethod
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:243
Method
createViewInfo
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:148
Method
create_call_with_empty_map_should_return_empty_replacement_array
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/ArrayBasedEscaperMapTest.java:13
Method
create_call_with_non_empty_map_should_return_non_empty_replacement_array
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/ArrayBasedEscaperMapTest.java:20
Method
create_call_with_null_map_should_throw_exception
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/ArrayBasedEscaperMapTest.java:40
Method
docWithNoIndent
()
htmlflow-core/src/test/java/htmlflow/test/TestIndentation.java:46
Method
doc_with_illegal_use_of_suspending
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinSuspend.kt:21
Method
doc_with_suspend_function_awaiting
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinSuspend.kt:40
Method
emitHtml
(Object model)
htmlflow-core/src/main/java/htmlflow/continuations/HtmlContinuationSyncDynamic.java:64
Method
emitHtml
(Object model)
htmlflow-core/src/main/java/htmlflow/continuations/HtmlContinuationSyncCloseAndIndent.java:25
Method
emitHtml
(Object model)
htmlflow-core/src/main/java/htmlflow/continuations/HtmlContinuationSyncStatic.java:48
Method
emitHtml
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableSyncStatic.kt:24
Method
emitHtml
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableSyncDynamic.kt:18
Method
emitHtml
* Hook method to emit HTML. * * @param model */
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableSync.kt:40
Method
emitHtml
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableSyncCloseAndIndent.kt:16
Method
escape
(char c)
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/CharEscaperTest.java:12
Method
escapeSlow_should_escape_characters_from_given_index
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/CharEscaperTest.java:64
Method
escapeUnsafeChar
(char c)
htmlflow-core/src/main/java/htmlflow/visitor/escape/core/Escapers.java:97
Method
escape_char_should_be_called_for_each_character
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/CharEscaperTest.java:49
Method
escape_should_return_original_string_when_no_characters_to_escape
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/CharEscaperTest.java:35
Method
escape_should_throw_NullPointerException_when_code_is_null
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/CharEscaperTest.java:22
Method
execute
Executes this continuation and calls the next one if exist. @param model
htmlflow-core/src/main/java/htmlflow/continuations/HtmlContinuationSync.java:27
Method
execute
(Object model)
htmlflow-core/src/main/java/htmlflow/continuations/HtmlContinuationAsync.java:33
Method
execute
(Object model)
htmlflow-core/src/main/java/htmlflow/continuations/HtmlContinuationAsyncTerminationNode.java:18
Method
execute
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableTerminationNode.kt:15
Method
execute
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableAsync.kt:33
Method
execute
* Executes this continuation and calls the next one if exist. * * @param model */
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableSync.kt:20
Method
executeSuspending
* Creates a new continuation chain for each render. * * Since the visit suspending method signature is not suspend, and we cannot immediatel
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewVisitorSuspendHot.kt:41
Method
executeSuspending
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendable.kt:14
Method
executeSuspending
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableTerminationNode.kt:11
Method
executeSuspending
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableAsync.kt:22
Method
executeSuspending
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableSync.kt:26
Method
executeSuspending
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspending.kt:32
Method
executeSuspending
htmlflow-kotlin/src/main/kotlin/htmlflow/visitor/HtmlVisitorSuspending.kt:27
Method
extractFromClassType
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:180
Method
extractFromParameterizedType
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:171
Method
extractModelType
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:163
Method
findClass
(final String name)
flowifier/src/test/java/htmlflow/flowifier/FlowifierTest.java:132
Method
findClass
(String name)
htmlflow-core/src/test/java/htmlflow/test/TestResourceNotFound.java:63
Method
findViewInInheritanceChain
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ViewResolver.kt:63
Method
findViewInInterfaces
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ViewResolver.kt:75
Method
finishedAsync
In order to create well-formed HTML as well as enable progressive rendering (not blocking) the thread in the async consumer), we need to use continuat
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorAsyncHot.java:106
Method
finishedAsync
(Object model)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorAsync.java:82
Method
getAppendable
()
flowifier/src/main/java/htmlflow/flowifier/AbstractHtmlToJavaHtmlFlowNodeVisitor.java:148
Method
getArtist
()
htmlflow-kotlin/src/test/java/htmlflow/test/model/Track.java:32
Method
getAsyncView
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/views/simple/SimpleTestViews.kt:69
Method
getAvailableClassLoaders
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathScanner.kt:66
Method
getCharContent
(boolean ignoreEncodingErrors)
flowifier/src/test/java/htmlflow/flowifier/FlowifierTest.java:57
Method
getClassFromNodeName
Returns the class of the node whose name is passed if any, otherwise <code>null</code> @param nodeName the node name @return the class of
flowifier/src/main/java/htmlflow/flowifier/HtmlToJavaHtmlFlowNodeVisitor.java:114
Method
getClassMethodView
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/views/objects/ObjectTestViews.kt:68
Method
getDescription
()
htmlflow-core/src/test/java/htmlflow/test/model/TaskDelayed.java:40
Method
getDiedDate
()
htmlflow-kotlin/src/test/java/htmlflow/test/model/Track.java:36
Method
getFirst
htmlflow-kotlin/src/main/kotlin/htmlflow/PreprocessingVisitorSuspend.kt:12
Method
getId
()
htmlflow-core/src/test/java/htmlflow/test/model/Agent.java:14
Method
getListeners
()
htmlflow-kotlin/src/test/java/htmlflow/test/model/Track.java:48
Method
getMethodFromAttribute
Returns the method of the class node that matches with the attribute if any, otherwise <code>null</code> @param nodeClass the class of the
flowifier/src/main/java/htmlflow/flowifier/HtmlToJavaHtmlFlowNodeVisitor.java:127
Method
getName
()
htmlflow-core/src/test/java/htmlflow/test/model/StudentWithGrade.java:12
Method
getName
()
htmlflow-core/src/test/java/htmlflow/test/model/Track.java:40
Method
getName
()
htmlflow-core/src/test/java/htmlflow/test/model/Agent.java:17
Method
getName
()
htmlflow-core/src/test/java/htmlflow/test/model/Student.java:24
Method
getName
()
htmlflow-core/src/main/java/htmlflow/HtmlViewHot.java:54
Method
getName
()
htmlflow-core/src/main/java/htmlflow/HtmlViewAsync.java:85
Method
getName
()
htmlflow-core/src/main/java/htmlflow/HtmlViewAsyncHot.java:40
Method
getName
()
htmlflow-core/src/main/java/htmlflow/HtmlView.java:99
Method
getName
()
htmlflow-kotlin/src/test/java/htmlflow/test/model/Track.java:40
Method
getName
()
htmlflow-kotlin/src/test/java/htmlflow/test/model/Student.java:24
Method
getName
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewSuspendHot.kt:27
Method
getName
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewSuspend.kt:28
Method
getName2
()
htmlflow-core/src/test/java/htmlflow/test/model/Stock.java:67
Method
getNr
()
htmlflow-kotlin/src/test/java/htmlflow/test/model/Student.java:20
Method
getPriority
()
htmlflow-core/src/test/java/htmlflow/test/model/TaskDelayed.java:45
Method
getResolutionCacheSize
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:519
Method
getRootElement
(byte[] input)
htmlflow-kotlin/src/test/java/htmlflow/test/Utils.java:47
Method
getSimpleView
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/views/simple/SimpleTestViews.kt:53
Method
getTitle
()
htmlflow-core/src/test/java/htmlflow/test/model/TaskDelayed.java:35
Method
getUrl
()
htmlflow-core/src/test/java/htmlflow/test/model/Track.java:44
Method
getUrl
()
htmlflow-kotlin/src/test/java/htmlflow/test/model/Track.java:44
Method
getVisitor
()
htmlflow-core/src/main/java/htmlflow/HtmlViewAsync.java:80
Method
getVisitor
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewSuspendHot.kt:25
Method
getVisitor
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewSuspend.kt:26
Method
given_async_work_when_create_hot_view_and_render_it_twice_on_other_model
()
htmlflow-core/src/test/java/htmlflow/test/TestAsyncView.java:219
Method
given_async_work_when_create_hot_view_and_render_it_twice_on_other_model
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableView.kt:172
Method
given_async_work_when_create_hot_view_and_render_it_twice_on_same_model
()
htmlflow-core/src/test/java/htmlflow/test/TestAsyncView.java:200
Method
given_async_work_when_create_hot_view_and_render_it_twice_on_same_model
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableView.kt:151
Method
given_async_work_when_create_hot_view_then_returns_thenable_and_prints_correct_html
()
htmlflow-core/src/test/java/htmlflow/test/TestAsyncView.java:245
Method
given_async_work_when_create_hot_view_then_returns_thenable_and_prints_correct_html
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableView.kt:205
Method
given_async_work_when_create_view_and_render_it_twice_on_other_model
()
htmlflow-core/src/test/java/htmlflow/test/TestAsyncView.java:46
Method
given_async_work_when_create_view_and_render_it_twice_on_other_model
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableView.kt:51
Method
given_async_work_when_create_view_and_render_it_twice_on_same_model
()
htmlflow-core/src/test/java/htmlflow/test/TestAsyncView.java:27
Method
given_async_work_when_create_view_and_render_it_twice_on_same_model
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableView.kt:30
Method
given_async_work_when_create_view_then_returns_thenable_and_prints_correct_html
()
htmlflow-core/src/test/java/htmlflow/test/TestAsyncView.java:72
Method
given_async_work_when_create_view_then_returns_thenable_and_prints_correct_html
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableView.kt:84
Method
given_async_work_with_double_delay_when_create_hot_view_then_returns_thenable_and_prints_correct_html
()
htmlflow-core/src/test/java/htmlflow/test/TestAsyncView.java:262
Method
given_async_work_with_double_delay_when_create_hot_view_then_returns_thenable_and_prints_correct_html
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableView.kt:224
Method
given_async_work_with_double_delay_when_create_view_then_returns_thenable_and_prints_correct_html
()
htmlflow-core/src/test/java/htmlflow/test/TestAsyncView.java:110
← previous
next →
401–500 of 777, ranked by callers