Home
last modified time | relevance | path

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

/dports/devel/p5-libxml-enno/libxml-enno-1.02/lib/XML/XQL/
H A DPlus.pm491 sub xpath_ceiling { use POSIX; POSIX::ceil ($_[0]) } subroutine
/dports/textproc/p5-XML-XQL/XML-XQL-0.68/lib/XML/XQL/
H A DPlus.pm491 sub xpath_ceiling { use POSIX; POSIX::ceil ($_[0]) } subroutine
/dports/net/libyang/libyang-1.0.240/src/
H A Dxpath.c3388 xpath_ceiling(struct lyxp_set **args, uint16_t UNUSED(arg_count), struct lyd_node *cur_node, struct… in xpath_ceiling() function
7607 xpath_func = &xpath_ceiling; in eval_function_call()