MCPcopy Create free account

hub / github.com/brave/kuchikiki / functions

Functions145 in github.com/brave/kuchikiki

Methodis_user_action_state
(&self)
src/select.rs:126
Functionmain
()
examples/find_matches.rs:3
Functionmain
()
examples/stack-overflow.rs:1
Methodmark_script_already_started
(&mut self, _node: &NodeRef)
src/parser.rs:231
Methodmatch_non_ts_pseudo_class
( &self, pseudo: &PseudoClass, _context: &mut matching::MatchingContext<KuchikiSelecto
src/select.rs:320
Methodmatch_pseudo_element
( &self, pseudo: &PseudoElement, _context: &mut matching::MatchingContext<KuchikiSelec
src/select.rs:312
Methodnew
(data: NodeData)
src/tree.rs:206
Methodnew
Trivial constructor
src/attributes.rs:22
Methodnew
(rc: NodeRef, f: F)
src/node_data_ref.rs:48
Methodnew_comment
(value: T)
src/tree.rs:246
Methodnew_doctype
(name: T1, public_id: T2, system_id: T3)
src/tree.rs:265
Methodnew_document
()
src/tree.rs:280
Methodnew_element
(name: QualName, attributes: I)
src/tree.rs:219
Methodnew_opt
(rc: NodeRef, f: F)
src/node_data_ref.rs:60
Methodnew_processing_instruction
(target: T1, data: T2)
src/tree.rs:252
Methodnew_text
(value: T)
src/tree.rs:240
Methodnext_back
(&mut self)
src/iter.rs:415
Methodnext_sibling_element
(&self)
src/select.rs:201
Methodnon_recursive_drop_unique_rc
(mut rc: Rc<Node>, stack: &mut Vec<Rc<Node>>)
src/tree.rs:173
Methodopaque
(&self)
src/select.rs:174
Methodparent_element
(&self)
src/select.rs:193
Methodparent_node_is_shadow_root
(&self)
src/select.rs:184
Functionparse_and_serialize
()
src/tests.rs:42
Functionparse_and_serialize_fragment
()
src/tests.rs:60
Methodparse_error
(&mut self, message: Cow<'static, str>)
src/parser.rs:90
Functionparse_file
()
src/tests.rs:76
Methodparse_non_ts_pseudo_class
( &self, location: SourceLocation, name: CowRcStr<'i>, )
src/select.rs:69
Methodprepend
Prepend a new child to this node, before existing children. The new child is detached from its previous position.
src/tree.rs:434
Methodprev_sibling_element
(&self)
src/select.rs:197
Methodquirks_mode
(&self)
src/tree.rs:82
Methodremove
Like IndexMap::remove
src/attributes.rs:80
Methodremove_from_parent
(&mut self, target: &NodeRef)
src/parser.rs:217
Methodreparent_children
(&mut self, node: &NodeRef, new_parent: &NodeRef)
src/parser.rs:222
Methodsame_node
(&self, x: &NodeRef, y: &NodeRef)
src/parser.rs:111
Functionselect
()
src/tests.rs:116
Methodselect
(self, selectors: &str)
src/iter.rs:446
Methodselect
(self, selectors: &str)
src/iter.rs:455
Functionselect_first
()
src/tests.rs:143
Functionserialize_and_read_file
()
src/tests.rs:98
Methodset_quirks_mode
(&mut self, mode: QuirksMode)
src/parser.rs:102
Functionspecificity
()
src/tests.rs:188
Methodtext_contents
Return the concatenation of all text nodes in this subtree.
src/tree.rs:287
Methodtext_contents
Return the concatenation of all text nodes in this subtree.
src/node_data_ref.rs:113
Functiontext_nodes
()
src/tests.rs:12
Functionto_string
()
src/tests.rs:165
← previous101–145 of 145, ranked by callers