php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "lexbor/css/base.h"
Go to the source code of this file.
Functions | |
LXB_API const lxb_css_data_t * | lxb_css_unit_absolute_relative_by_name (const lxb_char_t *name, size_t length) |
LXB_API const lxb_css_data_t * | lxb_css_unit_absolute_by_name (const lxb_char_t *name, size_t length) |
LXB_API const lxb_css_data_t * | lxb_css_unit_relative_by_name (const lxb_char_t *name, size_t length) |
LXB_API const lxb_css_data_t * | lxb_css_unit_angel_by_name (const lxb_char_t *name, size_t length) |
LXB_API const lxb_css_data_t * | lxb_css_unit_frequency_by_name (const lxb_char_t *name, size_t length) |
LXB_API const lxb_css_data_t * | lxb_css_unit_resolution_by_name (const lxb_char_t *name, size_t length) |
LXB_API const lxb_css_data_t * | lxb_css_unit_duration_by_name (const lxb_char_t *name, size_t length) |
LXB_API const lxb_css_data_t * | lxb_css_unit_by_id (lxb_css_type_t id) |
LXB_API const lxb_css_data_t * lxb_css_unit_absolute_by_name | ( | const lxb_char_t * | name, |
size_t | length ) |
LXB_API const lxb_css_data_t * lxb_css_unit_absolute_relative_by_name | ( | const lxb_char_t * | name, |
size_t | length ) |
LXB_API const lxb_css_data_t * lxb_css_unit_angel_by_name | ( | const lxb_char_t * | name, |
size_t | length ) |
LXB_API const lxb_css_data_t * lxb_css_unit_by_id | ( | lxb_css_type_t | id | ) |
LXB_API const lxb_css_data_t * lxb_css_unit_duration_by_name | ( | const lxb_char_t * | name, |
size_t | length ) |
LXB_API const lxb_css_data_t * lxb_css_unit_frequency_by_name | ( | const lxb_char_t * | name, |
size_t | length ) |
LXB_API const lxb_css_data_t * lxb_css_unit_relative_by_name | ( | const lxb_char_t * | name, |
size_t | length ) |
LXB_API const lxb_css_data_t * lxb_css_unit_resolution_by_name | ( | const lxb_char_t * | name, |
size_t | length ) |