File: css-properties.gperf

package info (click to toggle)
mupdf 1.21.1%2Bds2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 25,256 kB
  • sloc: ansic: 401,295; python: 18,025; java: 5,935; javascript: 4,173; makefile: 1,056; xml: 498; sh: 398; cpp: 352; cs: 216; sed: 7; awk: 6; lisp: 3
file content (69 lines) | stat: -rw-r--r-- 2,102 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
struct css_property_info { const char *name; int key; };
%define hash-function-name css_property_hash
%define lookup-function-name css_property_lookup
%define word-array-name css_property_list
%global-table
%struct-type
%%
-mupdf-leading,PRO_LEADING
background-color,PRO_BACKGROUND_COLOR
border,PRO_BORDER
border-bottom,PRO_BORDER_BOTTOM
border-bottom-color,PRO_BORDER_BOTTOM_COLOR
border-bottom-style,PRO_BORDER_BOTTOM_STYLE
border-bottom-width,PRO_BORDER_BOTTOM_WIDTH
border-color,PRO_BORDER_COLOR
border-left,PRO_BORDER_LEFT
border-left-color,PRO_BORDER_LEFT_COLOR
border-left-style,PRO_BORDER_LEFT_STYLE
border-left-width,PRO_BORDER_LEFT_WIDTH
border-right,PRO_BORDER_RIGHT
border-right-color,PRO_BORDER_RIGHT_COLOR
border-right-style,PRO_BORDER_RIGHT_STYLE
border-right-width,PRO_BORDER_RIGHT_WIDTH
border-style,PRO_BORDER_STYLE
border-top,PRO_BORDER_TOP
border-top-color,PRO_BORDER_TOP_COLOR
border-top-style,PRO_BORDER_TOP_STYLE
border-top-width,PRO_BORDER_TOP_WIDTH
border-width,PRO_BORDER_WIDTH
color,PRO_COLOR
direction,PRO_DIRECTION
display,PRO_DISPLAY
font-family,PRO_FONT_FAMILY
font-size,PRO_FONT_SIZE
font-style,PRO_FONT_STYLE
font-variant,PRO_FONT_VARIANT
font-weight,PRO_FONT_WEIGHT
height,PRO_HEIGHT
letter-spacing,PRO_LETTER_SPACING
line-height,PRO_LINE_HEIGHT
list-style,PRO_LIST_STYLE
list-style-image,PRO_LIST_STYLE_IMAGE
list-style-position,PRO_LIST_STYLE_POSITION
list-style-type,PRO_LIST_STYLE_TYPE
margin,PRO_MARGIN
margin-bottom,PRO_MARGIN_BOTTOM
margin-left,PRO_MARGIN_LEFT
margin-right,PRO_MARGIN_RIGHT
margin-top,PRO_MARGIN_TOP
orphans,PRO_ORPHANS
overflow-wrap,PRO_OVERFLOW_WRAP
padding,PRO_PADDING
padding-bottom,PRO_PADDING_BOTTOM
padding-left,PRO_PADDING_LEFT
padding-right,PRO_PADDING_RIGHT
padding-top,PRO_PADDING_TOP
page-break-after,PRO_PAGE_BREAK_AFTER
page-break-before,PRO_PAGE_BREAK_BEFORE
quotes,PRO_QUOTES
src,PRO_SRC
text-align,PRO_TEXT_ALIGN
text-indent,PRO_TEXT_INDENT
text-transform,PRO_TEXT_TRANSFORM
vertical-align,PRO_VERTICAL_ALIGN
visibility,PRO_VISIBILITY
white-space,PRO_WHITE_SPACE
widows,PRO_WIDOWS
width,PRO_WIDTH
word-spacing,PRO_WORD_SPACING