Home
last modified time | relevance | path

Searched refs:xpath_starts_with (Results 1 – 3 of 3) sorted by relevance

/dports/devel/p5-libxml-enno/libxml-enno-1.02/lib/XML/XQL/
H A DPlus.pm484 sub xpath_starts_with { $_[0] =~ /^\Q$_[1]\E/ } subroutine
/dports/textproc/p5-XML-XQL/XML-XQL-0.68/lib/XML/XQL/
H A DPlus.pm484 sub xpath_starts_with { $_[0] =~ /^\Q$_[1]\E/ } subroutine
/dports/net/libyang/libyang-1.0.240/src/
H A Dxpath.c4681 xpath_starts_with(struct lyxp_set **args, uint16_t UNUSED(arg_count), struct lyd_node *cur_node, st… in xpath_starts_with() function
7639 xpath_func = &xpath_starts_with; in eval_function_call()