MCPcopy Create free account

hub / github.com/d0iasm/saba / functions

Functions395 in github.com/d0iasm/saba

↓ 2 callersMethodset_color
(&mut self, color: Color)
core/src/renderer/layout/computed_style.rs:137
↓ 2 callersMethodset_last_child
(&mut self, last_child: Weak<RefCell<Node>>)
core/src/renderer/dom/node.rs:124
↓ 2 callersMethodset_next_sibling
(&mut self, next_sibling: Option<Rc<RefCell<Node>>>)
core/src/renderer/dom/node.rs:140
↓ 2 callersMethodset_parent
(&mut self, parent: Weak<RefCell<Node>>)
core/src/renderer/dom/node.rs:108
↓ 2 callersMethodsource_element
SourceElement ::= FunctionDeclaration | Statement
core/src/renderer/js/ast.rs:519
↓ 2 callersMethodstart
( &mut self, handle_url: fn(String) -> Result<HttpResponse, Error>, )
ui/cui/src/app.rs:66
↓ 2 callersMethodstart_navigation
( &mut self, handle_url: fn(String) -> Result<HttpResponse, Error>, destination: Strin
ui/cui/src/app.rs:218
↓ 2 callersMethodstart_navigation
( &mut self, handle_url: fn(String) -> Result<HttpResponse, Error>, destination: Strin
ui/wasabi/src/app.rs:241
↓ 2 callersMethodstart_new_attribute
Starts a new attribute with empty strings in the latest token.
core/src/renderer/html/token.rs:146
↓ 2 callersMethodstatement
https://262.ecma-international.org/12.0/#prod-Statement AssignmentExpression ::= ( LeftHandSideExpression AssignmentOperator AssignmentExpression | C
core/src/renderer/js/ast.rs:385
↓ 2 callersMethodstatus_code
(&self)
core/src/http.rs:84
↓ 2 callersMethodswitch_context
https://html.spec.whatwg.org/multipage/parsing.html#parsing-html-fragments
core/src/renderer/html/token.rs:217
↓ 2 callersMethodtarget_kind
(&self)
core/src/renderer/dom/node.rs:151
↓ 1 callersMethodadditive_expression
PostfixExpression ::= LeftHandSideExpression ( PostfixOperator )? UnaryExpression ::= ( PostfixExpression | ( UnaryOperator UnaryExpression )+ ) Multi
core/src/renderer/js/ast.rs:270
↓ 1 callersMethodarguments
ArgumentList ::= AssignmentExpression ( "," AssignmentExpression ) Arguments ::= "(" ( ArgumentList )? ")"
core/src/renderer/js/ast.rs:449
↓ 1 callersMethodbody
(&self)
core/src/http.rs:96
↓ 1 callersFunctionbuild_layout_tree
Converts DOM tree to render tree.
core/src/renderer/layout/layout_view.rs:22
↓ 1 callersMethodcall_browser_api
https://developer.mozilla.org/en-US/docs/Web/API returns a tuple (bool, Option<RuntimeValue>) bool: whether or not a Browser API is found Option<Runt
core/src/renderer/js/runtime.rs:195
↓ 1 callersMethodcascading_style
https://www.w3.org/TR/css-cascade-4/#cascading Cascading yields the cascaded value. It takes takes an unordered list of declared values and outputs a
core/src/renderer/layout/layout_object.rs:222
↓ 1 callersMethodcheck_reserved_word
(&self)
core/src/renderer/js/token.rs:111
↓ 1 callersMethodclear_address_bar
(&mut self)
ui/wasabi/src/app.rs:408
↓ 1 callersMethodclear_content_area
(&mut self)
ui/wasabi/src/app.rs:434
↓ 1 callersMethodclicked
Called when this page is clicked.
core/src/renderer/page.rs:77
↓ 1 callersMethodcompute_position
Returns the position of this element. The position is calculated based on the normal flow, which is the default value in the `position` property in C
core/src/renderer/layout/layout_object.rs:459
↓ 1 callersMethodconsole_debug
(&mut self, log: String)
core/src/browser.rs:53
↓ 1 callersMethodconsole_error
(&mut self, log: String)
core/src/browser.rs:61
↓ 1 callersMethodconsole_warning
(&mut self, log: String)
core/src/browser.rs:57
↓ 1 callersMethodconsume_at_rule
https://www.w3.org/TR/css-syntax-3/#consume-at-rule
core/src/renderer/css/cssom.rs:322
↓ 1 callersMethodconsume_component_value
https://www.w3.org/TR/css-syntax-3/#consume-component-value
core/src/renderer/css/cssom.rs:208
↓ 1 callersMethodconsume_declaration
https://www.w3.org/TR/css-syntax-3/#consume-a-declaration
core/src/renderer/css/cssom.rs:257
↓ 1 callersMethodconsume_identifier
(&mut self)
core/src/renderer/js/token.rs:78
↓ 1 callersMethodconsume_list_of_declarations
https://www.w3.org/TR/css-syntax-3/#consume-simple-block https://www.w3.org/TR/css-syntax-3/#consume-a-list-of-declarations Note: Most qualified rules
core/src/renderer/css/cssom.rs:283
↓ 1 callersMethodconsume_list_of_rules
https://www.w3.org/TR/css-syntax-3/#consume-a-list-of-rules
core/src/renderer/css/cssom.rs:386
↓ 1 callersMethodconsume_next_input
Consumes a next input character.
core/src/renderer/html/token.rs:102
↓ 1 callersMethodconsume_number
(&mut self)
core/src/renderer/js/token.rs:37
↓ 1 callersMethodconsume_numeric_token
https://www.w3.org/TR/css-syntax-3/#consume-number https://www.w3.org/TR/css-syntax-3/#consume-a-numeric-token
core/src/renderer/css/token.rs:95
↓ 1 callersMethodconsume_selector
https://www.w3.org/TR/css-syntax-3/#qualified-rule Note: Most qualified rules will be style rules, where the prelude is a selector [SELECT] and the bl
core/src/renderer/css/cssom.rs:217
↓ 1 callersMethodconsume_string
(&mut self)
core/src/renderer/js/token.rs:59
↓ 1 callersMethodconsume_string_token
https://www.w3.org/TR/css-syntax-3/#consume-a-string-token
core/src/renderer/css/token.rs:74
↓ 1 callersFunctionconvert_dom_to_string
for debug
core/src/utils.rs:30
↓ 1 callersFunctionconvert_dom_to_string_internal
( node: &Option<Rc<RefCell<Node>>>, depth: usize, result: &mut String, )
core/src/utils.rs:36
↓ 1 callersFunctionconvert_font_size
Converts FontSize, defined in renderer::layout::computed_style::FontSize, to StringSize to make it compatible with noli library.
ui/wasabi/src/app.rs:460
↓ 1 callersFunctionconvert_layout_tree_to_string
for debug
core/src/utils.rs:54
↓ 1 callersFunctionconvert_layout_tree_to_string_internal
( node: &Option<Rc<RefCell<LayoutObject>>>, depth: usize, result: &mut String, )
core/src/utils.rs:60
↓ 1 callersMethodcreate_char
Creates a char node.
core/src/renderer/html/parser.rs:59
↓ 1 callersMethodcreate_element
Creates an element node.
core/src/renderer/html/parser.rs:66
↓ 1 callersMethoddefaulting
https://www.w3.org/TR/css-cascade-4/#defaulting https://www.w3.org/TR/css-cascade-4/#inheriting If there is no cascading value, use the default value.
core/src/renderer/layout/computed_style.rs:70
↓ 1 callersMethoddefaulting_style
https://www.w3.org/TR/css-cascade-4/#defaulting https://www.w3.org/TR/css-cascade-4/#inheriting https://source.chromium.org/chromium/chromium/src/+/ma
core/src/renderer/layout/layout_object.rs:348
↓ 1 callersMethoddom_modified
(&self)
core/src/renderer/js/runtime.rs:186
↓ 1 callersFunctiondom_to_html
(root: &Option<Rc<RefCell<Node>>>)
core/src/renderer/html/html_builder.rs:10
↓ 1 callersFunctiondom_to_html_internal
(node: &Option<Rc<RefCell<Node>>>, html: &mut String)
core/src/renderer/html/html_builder.rs:16
↓ 1 callersMethodexecute
(&mut self, program: &Program)
core/src/renderer/js/runtime.rs:479
↓ 1 callersMethodextract_host
(&self)
core/src/url.rs:49
↓ 1 callersMethodextract_path
(&self)
core/src/url.rs:80
↓ 1 callersMethodextract_port
(&self)
core/src/url.rs:63
↓ 1 callersMethodextract_searchpart
(&self)
core/src/url.rs:95
↓ 1 callersFunctionfind_index_for_line_break
This is used when { word-break: normal; } in CSS. https://drafts.csswg.org/css-text/#word-break-property
core/src/renderer/layout/layout_object.rs:35
↓ 1 callersMethodfind_node_by_position
Returns a LayoutObject placed on `position`. None if it doesn't exist.
core/src/renderer/layout/layout_view.rs:269
↓ 1 callersMethodfunction_body
FunctionBody ::= "{" ( SourceElements )? "}"
core/src/renderer/js/ast.rs:421
↓ 1 callersMethodfunction_declaration
FunctionDeclaration ::= "function" Identifier ( "(" ( FormalParameterList )? ")" ) FunctionBody
core/src/renderer/js/ast.rs:512
↓ 1 callersFunctionget_activation_behavior
(node_kind: &NodeKind)
core/src/renderer/dom/activation_behavior.rs:16
↓ 1 callersMethodget_element
(&self)
core/src/renderer/dom/node.rs:94
↓ 1 callersFunctionget_element_by_id
( node: Option<Rc<RefCell<Node>>>, id_name: &String, )
core/src/renderer/dom/api.rs:11
↓ 1 callersFunctionget_js_content
(root: Rc<RefCell<Node>>)
core/src/renderer/dom/api.rs:76
↓ 1 callersMethodget_variable
(&self, name: String)
core/src/renderer/js/runtime.rs:112
↓ 1 callersMethodhandle_key_input
( &mut self, handle_url: fn(String) -> Result<HttpResponse, Error>, )
ui/wasabi/src/app.rs:128
↓ 1 callersMethodhandle_mouse_input
( &mut self, handle_url: fn(String) -> Result<HttpResponse, Error>, )
ui/wasabi/src/app.rs:160
↓ 1 callersMethodinitialiser
Initialiser ::= "=" AssignmentExpression
core/src/renderer/js/ast.rs:348
↓ 1 callersMethodis_block_element
return true if this element is a block element
core/src/renderer/dom/node.rs:268
↓ 1 callersMethodis_http
(&self)
core/src/url.rs:45
↓ 1 callersMethodis_node_selected
(&self, selector: &Selector)
core/src/renderer/layout/layout_object.rs:499
↓ 1 callersMethodleft_hand_side_expression
MemberExpression ::= ( ( FunctionExpression | PrimaryExpression ) ( MemberExpressionPart)* ) | AllocationExpression Arguments ::= "(" ( ArgumentList
core/src/renderer/js/ast.rs:242
↓ 1 callersMethodmargin_left
(&self)
core/src/renderer/layout/computed_style.rs:208
↓ 1 callersMethodmargin_top
(&self)
core/src/renderer/layout/computed_style.rs:204
↓ 1 callersMethodmember_expression
MemberExpressionPart ::= ( "[" Expression "]" ) | ( "." Identifier ) MemberExpression ::= ( ( FunctionExpression | PrimaryExpression ) ( MemberExpres
core/src/renderer/js/ast.rs:213
↓ 1 callersMethodmove_focus_to_down
(&mut self)
ui/cui/src/app.rs:173
↓ 1 callersMethodmove_focus_to_up
(&mut self)
ui/cui/src/app.rs:131
↓ 1 callersMethodname
(&self)
core/src/renderer/html/attribute.rs:26
↓ 1 callersMethodnode
(&self)
core/src/renderer/layout/layout_object.rs:156
↓ 1 callersMethodpadding_left
(&self)
core/src/renderer/layout/computed_style.rs:224
↓ 1 callersMethodpadding_right
(&self)
core/src/renderer/layout/computed_style.rs:228
↓ 1 callersMethodpaint_tree
https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/frame/local_frame_view.h;drc=0e9a0b6e9bb6ec59521977eec805f5d0
core/src/renderer/page.rs:213
↓ 1 callersMethodparameter_list
FormalParameterList ::= Identifier ( "," Identifier )
core/src/renderer/js/ast.rs:475
↓ 1 callersMethodpop_current_node
Returns true if the current node's kind is same as NodeKind::Element::<element_kind>.
core/src/renderer/html/parser.rs:156
↓ 1 callersMethodprevious_sibling
(&self)
core/src/renderer/dom/node.rs:136
↓ 1 callersMethodprimary_expression
Literal ::= ( <DECIMAL_LITERAL> | <HEX_INTEGER_LITERAL> | <STRING_LITERAL> | <BOOLEAN_LITERAL> | <NULL_LITERAL> | <REGULAR_EXPRESSION_LITERAL> ) Prim
core/src/renderer/js/ast.rs:194
↓ 1 callersMethodpush_url_for_subresource
(&mut self, src: String)
core/src/browser.rs:39
↓ 1 callersMethodreconsume_input
Reconsumes the character consumed in a previous step. The `reconsume` flag is reset once `reconsume_input` is called.
core/src/renderer/html/token.rs:110
↓ 1 callersMethodrun_app
( &mut self, handle_url: fn(String) -> Result<HttpResponse, Error>, terminal: &mut Ter
ui/cui/src/app.rs:253
↓ 1 callersMethodrun_app
( &mut self, handle_url: fn(String) -> Result<HttpResponse, Error>, )
ui/wasabi/src/app.rs:231
↓ 1 callersMethodset_browser
(&mut self, browser: Weak<RefCell<Browser>>)
core/src/renderer/page.rs:130
↓ 1 callersMethodset_display
(&mut self, display: DisplayType)
core/src/renderer/layout/computed_style.rs:155
↓ 1 callersMethodset_first_child
(&mut self, first_child: Option<Rc<RefCell<LayoutObject>>>)
core/src/renderer/layout/layout_object.rs:189
↓ 1 callersMethodset_layout_view
(&mut self)
core/src/renderer/page.rs:152
↓ 1 callersMethodset_next_sibling
(&mut self, next_sibling: Option<Rc<RefCell<LayoutObject>>>)
core/src/renderer/layout/layout_object.rs:197
↓ 1 callersMethodset_position
(&mut self, x: i64, y: i64)
ui/wasabi/src/cursor.rs:23
↓ 1 callersMethodset_previous_sibling
(&mut self, previous_sibling: Weak<RefCell<Node>>)
core/src/renderer/dom/node.rs:132
↓ 1 callersMethodset_rules
(&mut self, rules: Vec<QualifiedRule>)
core/src/renderer/css/cssom.rs:62
↓ 1 callersMethodset_self_closing_flag
Sets `self_closing` flag to the `latest_token`.
core/src/renderer/html/token.rs:185
↓ 1 callersMethodset_window
(&mut self, window: Weak<RefCell<Window>>)
core/src/renderer/dom/node.rs:65
← previousnext →101–200 of 395, ranked by callers