MCPcopy Create free account

hub / github.com/xmlet/HtmlFlow / functions

Functions777 in github.com/xmlet/HtmlFlow

Methodcopy
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableAsync.kt:39
Methodcopy
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableSyncStatic.kt:28
Methodcopy
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableSyncDynamic.kt:22
Methodcopy
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableSyncCloseAndIndent.kt:29
MethodcreateInstanceForScanning
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:60
MethodcreateMockMethod
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:243
MethodcreateViewInfo
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:148
Methodcreate_call_with_empty_map_should_return_empty_replacement_array
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/ArrayBasedEscaperMapTest.java:13
Methodcreate_call_with_non_empty_map_should_return_non_empty_replacement_array
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/ArrayBasedEscaperMapTest.java:20
Methodcreate_call_with_null_map_should_throw_exception
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/ArrayBasedEscaperMapTest.java:40
MethoddocWithNoIndent
()
htmlflow-core/src/test/java/htmlflow/test/TestIndentation.java:46
Methoddoc_with_illegal_use_of_suspending
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinSuspend.kt:21
Methoddoc_with_suspend_function_awaiting
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinSuspend.kt:40
MethodemitHtml
(Object model)
htmlflow-core/src/main/java/htmlflow/continuations/HtmlContinuationSyncDynamic.java:64
MethodemitHtml
(Object model)
htmlflow-core/src/main/java/htmlflow/continuations/HtmlContinuationSyncCloseAndIndent.java:25
MethodemitHtml
(Object model)
htmlflow-core/src/main/java/htmlflow/continuations/HtmlContinuationSyncStatic.java:48
MethodemitHtml
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableSyncStatic.kt:24
MethodemitHtml
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableSyncDynamic.kt:18
MethodemitHtml
* Hook method to emit HTML. * * @param model */
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableSync.kt:40
MethodemitHtml
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableSyncCloseAndIndent.kt:16
Methodescape
(char c)
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/CharEscaperTest.java:12
MethodescapeSlow_should_escape_characters_from_given_index
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/CharEscaperTest.java:64
MethodescapeUnsafeChar
(char c)
htmlflow-core/src/main/java/htmlflow/visitor/escape/core/Escapers.java:97
Methodescape_char_should_be_called_for_each_character
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/CharEscaperTest.java:49
Methodescape_should_return_original_string_when_no_characters_to_escape
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/CharEscaperTest.java:35
Methodescape_should_throw_NullPointerException_when_code_is_null
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/CharEscaperTest.java:22
Methodexecute
Executes this continuation and calls the next one if exist. @param model
htmlflow-core/src/main/java/htmlflow/continuations/HtmlContinuationSync.java:27
Methodexecute
(Object model)
htmlflow-core/src/main/java/htmlflow/continuations/HtmlContinuationAsync.java:33
Methodexecute
(Object model)
htmlflow-core/src/main/java/htmlflow/continuations/HtmlContinuationAsyncTerminationNode.java:18
Methodexecute
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableTerminationNode.kt:15
Methodexecute
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableAsync.kt:33
Methodexecute
* Executes this continuation and calls the next one if exist. * * @param model */
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableSync.kt:20
MethodexecuteSuspending
* 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
MethodexecuteSuspending
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendable.kt:14
MethodexecuteSuspending
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableTerminationNode.kt:11
MethodexecuteSuspending
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableAsync.kt:22
MethodexecuteSuspending
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspendableSync.kt:26
MethodexecuteSuspending
htmlflow-kotlin/src/main/kotlin/htmlflow/continuations/HtmlContinuationSuspending.kt:32
MethodexecuteSuspending
htmlflow-kotlin/src/main/kotlin/htmlflow/visitor/HtmlVisitorSuspending.kt:27
MethodextractFromClassType
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:180
MethodextractFromParameterizedType
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:171
MethodextractModelType
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:163
MethodfindClass
(final String name)
flowifier/src/test/java/htmlflow/flowifier/FlowifierTest.java:132
MethodfindClass
(String name)
htmlflow-core/src/test/java/htmlflow/test/TestResourceNotFound.java:63
MethodfindViewInInheritanceChain
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ViewResolver.kt:63
MethodfindViewInInterfaces
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ViewResolver.kt:75
MethodfinishedAsync
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
MethodfinishedAsync
(Object model)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorAsync.java:82
MethodgetAppendable
()
flowifier/src/main/java/htmlflow/flowifier/AbstractHtmlToJavaHtmlFlowNodeVisitor.java:148
MethodgetArtist
()
htmlflow-kotlin/src/test/java/htmlflow/test/model/Track.java:32
MethodgetAsyncView
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/views/simple/SimpleTestViews.kt:69
MethodgetAvailableClassLoaders
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathScanner.kt:66
MethodgetCharContent
(boolean ignoreEncodingErrors)
flowifier/src/test/java/htmlflow/flowifier/FlowifierTest.java:57
MethodgetClassFromNodeName
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
MethodgetClassMethodView
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/views/objects/ObjectTestViews.kt:68
MethodgetDescription
()
htmlflow-core/src/test/java/htmlflow/test/model/TaskDelayed.java:40
MethodgetDiedDate
()
htmlflow-kotlin/src/test/java/htmlflow/test/model/Track.java:36
MethodgetFirst
htmlflow-kotlin/src/main/kotlin/htmlflow/PreprocessingVisitorSuspend.kt:12
MethodgetId
()
htmlflow-core/src/test/java/htmlflow/test/model/Agent.java:14
MethodgetListeners
()
htmlflow-kotlin/src/test/java/htmlflow/test/model/Track.java:48
MethodgetMethodFromAttribute
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
MethodgetName
()
htmlflow-core/src/test/java/htmlflow/test/model/StudentWithGrade.java:12
MethodgetName
()
htmlflow-core/src/test/java/htmlflow/test/model/Track.java:40
MethodgetName
()
htmlflow-core/src/test/java/htmlflow/test/model/Agent.java:17
MethodgetName
()
htmlflow-core/src/test/java/htmlflow/test/model/Student.java:24
MethodgetName
()
htmlflow-core/src/main/java/htmlflow/HtmlViewHot.java:54
MethodgetName
()
htmlflow-core/src/main/java/htmlflow/HtmlViewAsync.java:85
MethodgetName
()
htmlflow-core/src/main/java/htmlflow/HtmlViewAsyncHot.java:40
MethodgetName
()
htmlflow-core/src/main/java/htmlflow/HtmlView.java:99
MethodgetName
()
htmlflow-kotlin/src/test/java/htmlflow/test/model/Track.java:40
MethodgetName
()
htmlflow-kotlin/src/test/java/htmlflow/test/model/Student.java:24
MethodgetName
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewSuspendHot.kt:27
MethodgetName
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewSuspend.kt:28
MethodgetName2
()
htmlflow-core/src/test/java/htmlflow/test/model/Stock.java:67
MethodgetNr
()
htmlflow-kotlin/src/test/java/htmlflow/test/model/Student.java:20
MethodgetPriority
()
htmlflow-core/src/test/java/htmlflow/test/model/TaskDelayed.java:45
MethodgetResolutionCacheSize
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:519
MethodgetRootElement
(byte[] input)
htmlflow-kotlin/src/test/java/htmlflow/test/Utils.java:47
MethodgetSimpleView
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/views/simple/SimpleTestViews.kt:53
MethodgetTitle
()
htmlflow-core/src/test/java/htmlflow/test/model/TaskDelayed.java:35
MethodgetUrl
()
htmlflow-core/src/test/java/htmlflow/test/model/Track.java:44
MethodgetUrl
()
htmlflow-kotlin/src/test/java/htmlflow/test/model/Track.java:44
MethodgetVisitor
()
htmlflow-core/src/main/java/htmlflow/HtmlViewAsync.java:80
MethodgetVisitor
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewSuspendHot.kt:25
MethodgetVisitor
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewSuspend.kt:26
Methodgiven_async_work_when_create_hot_view_and_render_it_twice_on_other_model
()
htmlflow-core/src/test/java/htmlflow/test/TestAsyncView.java:219
Methodgiven_async_work_when_create_hot_view_and_render_it_twice_on_other_model
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableView.kt:172
Methodgiven_async_work_when_create_hot_view_and_render_it_twice_on_same_model
()
htmlflow-core/src/test/java/htmlflow/test/TestAsyncView.java:200
Methodgiven_async_work_when_create_hot_view_and_render_it_twice_on_same_model
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableView.kt:151
Methodgiven_async_work_when_create_hot_view_then_returns_thenable_and_prints_correct_html
()
htmlflow-core/src/test/java/htmlflow/test/TestAsyncView.java:245
Methodgiven_async_work_when_create_hot_view_then_returns_thenable_and_prints_correct_html
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableView.kt:205
Methodgiven_async_work_when_create_view_and_render_it_twice_on_other_model
()
htmlflow-core/src/test/java/htmlflow/test/TestAsyncView.java:46
Methodgiven_async_work_when_create_view_and_render_it_twice_on_other_model
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableView.kt:51
Methodgiven_async_work_when_create_view_and_render_it_twice_on_same_model
()
htmlflow-core/src/test/java/htmlflow/test/TestAsyncView.java:27
Methodgiven_async_work_when_create_view_and_render_it_twice_on_same_model
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableView.kt:30
Methodgiven_async_work_when_create_view_then_returns_thenable_and_prints_correct_html
()
htmlflow-core/src/test/java/htmlflow/test/TestAsyncView.java:72
Methodgiven_async_work_when_create_view_then_returns_thenable_and_prints_correct_html
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableView.kt:84
Methodgiven_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
Methodgiven_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
Methodgiven_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
← previousnext →401–500 of 777, ranked by callers