php-internal-docs
8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
const.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2023 Alexander Borisov
3
*
4
* Author: Alexander Borisov <borisov@lexbor.com>
5
*/
6
7
/*
8
* Caution!
9
* This file generated by the script "utils/lexbor/css/names.py"!
10
* Do not change this file!
11
*/
12
13
14
#ifndef LXB_CSS_AT_RULE_CONST_H
15
#define LXB_CSS_AT_RULE_CONST_H
16
17
18
#include "
lexbor/css/value/const.h
"
19
20
21
enum
{
22
LXB_CSS_AT_RULE__UNDEF
= 0x0000,
23
LXB_CSS_AT_RULE__CUSTOM
= 0x0001,
24
LXB_CSS_AT_RULE_MEDIA
= 0x0002,
25
LXB_CSS_AT_RULE_NAMESPACE
= 0x0003,
26
LXB_CSS_AT_RULE__LAST_ENTRY
= 0x0004
27
};
28
typedef
uintptr_t
lxb_css_at_rule_type_t
;
29
30
31
#endif
/* LXB_CSS_AT_RULE_CONST_H */
lxb_css_at_rule_type_t
uintptr_t lxb_css_at_rule_type_t
Definition
const.h:28
LXB_CSS_AT_RULE__CUSTOM
@ LXB_CSS_AT_RULE__CUSTOM
Definition
const.h:23
LXB_CSS_AT_RULE_NAMESPACE
@ LXB_CSS_AT_RULE_NAMESPACE
Definition
const.h:25
LXB_CSS_AT_RULE__UNDEF
@ LXB_CSS_AT_RULE__UNDEF
Definition
const.h:22
LXB_CSS_AT_RULE_MEDIA
@ LXB_CSS_AT_RULE_MEDIA
Definition
const.h:24
LXB_CSS_AT_RULE__LAST_ENTRY
@ LXB_CSS_AT_RULE__LAST_ENTRY
Definition
const.h:26
const.h
ext
dom
lexbor
lexbor
css
at_rule
const.h
Generated on Sat Aug 23 2025 01:46:07 for php-internal-docs by
1.13.2