Modest/source/mycss/property/resources_name.h

758 lines
12 KiB
C
Raw Normal View History

/*
2017-03-14 23:44:48 +03:00
Copyright (C) 2016-2017 Alexander Borisov
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Author: lex.borisov@gmail.com (Alexander Borisov)
*/
#ifndef MyCSS_PROPERTY_RESOURCES_NAME_H
#define MyCSS_PROPERTY_RESOURCES_NAME_H
#pragma once
static const char * mycss_property_index_type_name[] =
{
"",
"align-content",
"align-items",
"align-self",
"animation",
"animation-delay",
"animation-direction",
"animation-duration",
"animation-fill-mode",
"animation-iteration-count",
"animation-name",
"animation-play-state",
"animation-timing-function",
"appearance",
"backface-visibility",
"background",
"background-attachment",
"background-clip",
"background-color",
"background-image",
"background-origin",
"background-position",
"background-repeat",
"background-size",
"bookmark-label",
"bookmark-level",
"bookmark-state",
"border",
2016-11-15 03:49:00 +03:00
"border-block-end",
"border-block-end-color",
"border-block-end-style",
"border-block-end-width",
"border-block-start",
"border-block-start-color",
"border-block-start-style",
"border-block-start-width",
"border-bottom",
"border-bottom-color",
"border-bottom-left-radius",
"border-bottom-right-radius",
"border-bottom-style",
"border-bottom-width",
"border-collapse",
"border-color",
"border-image",
"border-image-outset",
"border-image-repeat",
"border-image-slice",
"border-image-width",
2016-11-15 03:49:00 +03:00
"border-inline-end",
"border-inline-end-color",
"border-inline-end-style",
"border-inline-end-width",
"border-inline-start",
"border-inline-start-color",
"border-inline-start-style",
"border-inline-start-width",
"border-left",
"border-left-color",
"border-left-style",
"border-left-width",
"border-radius",
"border-right",
"border-right-color",
"border-right-style",
"border-right-width",
"border-spacing",
"border-style",
"border-top",
"border-top-color",
"border-top-left-radius",
"border-top-right-radius",
"border-top-style",
"border-top-width",
"border-width",
"bottom",
"box-decoration-break",
"box-shadow",
"box-sizing",
"box-suppress",
"break-after",
"break-before",
"break-inside",
"caption-side",
"caret",
"caret-color",
"caret-shape",
"clear",
"clear-after",
"color",
"color-adjust",
"color-interpolation",
"color-interpolation-filters",
"color-rendering",
"column-count",
"column-fill",
"column-gap",
"column-rule",
"column-rule-color",
"column-rule-style",
"column-rule-width",
"column-span",
"column-width",
"columns",
"contain",
"content",
"continue",
"counter-increment",
"cue",
"cue-after",
"cue-before",
"cursor",
"direction",
"display",
"empty-cells",
"fill",
"fill-opacity",
"fill-rule",
"flex",
"flex-basis",
"flex-direction",
"flex-flow",
"flex-grow",
"flex-shrink",
"flex-wrap",
"float",
"float-displace",
"font",
"font-family",
"font-feature-settings",
"font-kerning",
"font-language-override",
"font-size",
"font-size-adjust",
"font-stretch",
"font-style",
"font-synthesis",
"font-variant",
"font-variant-alternates",
"font-variant-caps",
"font-variant-east-asian",
"font-variant-ligatures",
"font-variant-numeric",
"font-variant-position",
"font-weight",
"glyph-orientation-vertical",
"hanging-punctuation",
"height",
"hyphens",
"image-rendering",
"indent-edge-reset",
"inline-size-step",
"justify-content",
"left",
"letter-spacing",
"line-break",
"line-height",
"line-height-step",
"list-style",
"list-style-image",
"list-style-position",
"list-style-type",
"margin",
2016-11-15 03:49:00 +03:00
"margin-block-end",
"margin-block-start",
"margin-bottom",
2016-11-15 03:49:00 +03:00
"margin-inline-end",
"margin-inline-start",
"margin-left",
"margin-right",
"margin-top",
"marker",
"marker-end",
"marker-mid",
"marker-side",
"marker-start",
"max-height",
"max-lines",
"max-width",
"min-height",
"min-width",
"nav-down",
"nav-left",
"nav-right",
"nav-up",
"offset-after",
"offset-before",
"offset-end",
"offset-start",
"opacity",
"order",
"orphans",
"outline",
"outline-color",
"outline-offset",
"outline-style",
"outline-width",
"overflow",
"overflow-wrap",
"overflow-x",
"overflow-y",
"padding",
2016-11-15 03:49:00 +03:00
"padding-block-end",
"padding-block-start",
"padding-bottom",
2016-11-15 03:49:00 +03:00
"padding-inline-end",
"padding-inline-start",
"padding-left",
"padding-right",
"padding-top",
"pause",
"pause-after",
"pause-before",
"perspective",
"perspective-origin",
"position",
"presentation-level",
"quotes",
"region-fragment",
"resize",
"rest",
"rest-after",
"rest-before",
"right",
"ruby-align",
"ruby-merge",
"ruby-position",
"scroll-padding",
"scroll-snap-align",
"scroll-snap-margin",
"scroll-snap-stop",
"scroll-snap-type",
"shape-image-threshold",
"shape-margin",
"shape-outside",
"shape-rendering",
"speak",
"speak-as",
"string-set",
"stroke",
"stroke-dasharray",
"stroke-dashoffset",
"stroke-linecap",
"stroke-linejoin",
"stroke-miterlimit",
"stroke-opacity",
"stroke-width",
"tab-size",
"table-layout",
"text-align",
"text-align-all",
"text-align-last",
"text-combine-upright",
"text-decoration",
"text-decoration-color",
"text-decoration-line",
"text-decoration-skip",
"text-decoration-style",
"text-emphasis",
"text-emphasis-color",
"text-emphasis-position",
"text-emphasis-style",
"text-indent",
"text-justify",
"text-orientation",
"text-overflow",
"text-rendering",
"text-shadow",
"text-size-adjust",
"text-transform",
"text-underline-position",
"top",
"touch-action",
"transform",
"transform-box",
"transform-origin",
"transform-style",
"transition",
"transition-delay",
"transition-duration",
"transition-property",
"transition-timing-function",
"unicode-bidi",
"user-select",
"vertical-align",
"visibility",
"voice-balance",
"voice-duration",
"voice-family",
"voice-pitch",
"voice-range",
"voice-rate",
"voice-stress",
"voice-volume",
"white-space",
"widows",
"width",
"will-change",
"word-break",
"word-spacing",
"word-wrap",
"wrap-flow",
"wrap-through",
"writing-mode",
2016-11-21 02:12:38 +03:00
"z-index"
};
static const char * mycss_property_index_type_value[] =
{
"",
"0",
"0deg",
"100",
"200",
"300",
"400",
"500",
"600",
"700",
"800",
"90",
"900",
"90deg",
"absolute",
"alias",
"all",
2016-10-28 01:12:12 +03:00
"allow-end",
"all-petite-caps",
"all-scroll",
"all-small-caps",
"alternate",
2016-10-28 01:12:12 +03:00
"alternate-reverse",
"always",
"auto",
"available",
"avoid",
2016-10-28 01:12:12 +03:00
"avoid-column",
"avoid-page",
"avoid-region",
"backwards",
"balance",
2016-10-28 01:12:12 +03:00
"balance-all",
"bar",
"baseline",
"bevel",
2016-10-28 01:12:12 +03:00
"bidi-override",
"blink",
"block",
2016-10-28 01:12:12 +03:00
"block-within-page",
"bold",
"bolder",
2016-10-28 01:12:12 +03:00
"border-box",
"border-edge",
"both",
"bottom",
2016-10-28 01:12:12 +03:00
"box-decoration",
"break",
2016-10-28 01:12:12 +03:00
"break-all",
"break-spaces",
"break-word",
"butt",
"capitalize",
"caption",
"cell",
"center",
"circle",
"clear",
"clip",
"clone",
"closed",
"collapse",
"column",
2016-10-28 01:12:12 +03:00
"column-reverse",
"col-resize",
"common-ligatures",
"complex",
"condensed",
"contain",
"content",
"contents",
2016-10-28 01:12:12 +03:00
"content-box",
"content-edge",
"contextual",
2016-10-28 01:12:12 +03:00
"context-menu",
"copy",
"cover",
"crispedges",
"crosshair",
"current",
"currentcolor",
2016-10-28 01:12:12 +03:00
"cursive",
"dashed",
"default",
"descendants",
2016-10-28 01:12:12 +03:00
"diagonal-fractions",
"digits",
"discard",
2016-10-28 01:12:12 +03:00
"discretionary-ligatures",
"dot",
"dotted",
"double",
2016-10-28 01:12:12 +03:00
"double-circle",
"each-line",
"ease",
2016-10-28 01:12:12 +03:00
"ease-in",
"ease-in-out",
"ease-out",
"economy",
"edges",
"ellipsis",
"embed",
"end",
"evenodd",
2016-10-28 01:12:12 +03:00
"ew-resize",
"exact",
"expanded",
2016-10-28 01:12:12 +03:00
"extra-condensed",
"extra-expanded",
"e-resize",
"fantasy",
"fast",
"fill",
"filled",
2016-10-28 01:12:12 +03:00
"fill-box",
"first",
"first-except",
2016-10-28 01:12:12 +03:00
"fit-content",
"fixed",
"flat",
"flex",
2016-10-28 01:12:12 +03:00
"flex-end",
"flex-start",
"flow",
2016-10-28 01:12:12 +03:00
"flow-root",
"force-end",
"forwards",
"fragments",
2016-10-28 01:12:12 +03:00
"full-width",
"geometricprecision",
"grab",
"grabbing",
"grid",
"groove",
"hanging",
"help",
"hidden",
"hide",
"high",
2016-10-28 01:12:12 +03:00
"historical-forms",
"historical-ligatures",
"horizontal",
2016-10-28 01:12:12 +03:00
"horizontal-tb",
"icon",
"increment",
"indent",
"inherit",
"initial",
"ink",
"inline",
2016-10-28 01:12:12 +03:00
"inline-block",
"inline-flex",
"inline-grid",
"inline-list-item",
"inline-table",
"inset",
"inside",
2016-10-28 01:12:12 +03:00
"inter-character",
"inter-word",
"invert",
"isolate",
2016-10-28 01:12:12 +03:00
"isolate-override",
"italic",
"jis04",
"jis78",
"jis83",
"jis90",
"justify",
2016-10-28 01:12:12 +03:00
"justify-all",
"keep-all",
"large",
"larger",
"last",
"layout",
"left",
"leftwards",
"lighter",
"line",
"linear",
"linearrgb",
2016-10-28 01:12:12 +03:00
"line-through",
"lining-nums",
"list-container",
"list-item",
"literal-punctuation",
"local",
"loose",
"loud",
"low",
"lowercase",
"ltr",
"mandatory",
"manipulation",
"manual",
2016-10-28 01:12:12 +03:00
"margin-edge",
"match-parent",
"maximum",
2016-10-28 01:12:12 +03:00
"max-content",
"medium",
"menu",
2016-10-28 01:12:12 +03:00
"message-box",
"middle",
"minimum",
2016-10-28 01:12:12 +03:00
"min-content",
"miter",
"mixed",
"moderate",
2016-10-28 01:12:12 +03:00
"monospace",
"move",
2016-10-28 01:12:12 +03:00
"nesw-resize",
"ne-resize",
"none",
"nonzero",
"normal",
2016-10-28 01:12:12 +03:00
"not-allowed",
"nowrap",
2016-10-28 01:12:12 +03:00
"no-common-ligatures",
"no-content",
"no-contextual",
"no-discretionary-ligatures",
"no-display",
"no-drop",
"no-historical-ligatures",
"no-punctuation",
"no-repeat",
"ns-resize",
"nwse-resize",
"nw-resize",
"n-resize",
"objects",
"oblique",
"off",
2016-10-28 01:12:12 +03:00
"oldstyle-nums",
"on",
"open",
"optimizelegibility",
"optimizequality",
"optimizespeed",
"ordinal",
"outset",
"outside",
"over",
"overflow",
"overline",
2016-10-28 01:12:12 +03:00
"padding-box",
"padding-edge",
"page",
"paginate",
"paint",
2016-10-28 01:12:12 +03:00
"pan-down",
"pan-left",
"pan-right",
"pan-up",
"pan-x",
"pan-y",
"paused",
2016-10-28 01:12:12 +03:00
"petite-caps",
"plaintext",
"pointer",
"pre",
"preserve",
2016-10-28 01:12:12 +03:00
"preserve-3d",
"pre-line",
"pre-wrap",
"progress",
2016-10-28 01:12:12 +03:00
"proportional-nums",
"proportional-width",
"proximity",
"recto",
"reduced",
"region",
"relative",
"repeat",
2016-10-28 01:12:12 +03:00
"repeat-x",
"repeat-y",
"reverse",
"ridge",
"right",
"rightwards",
"root",
"round",
"row",
2016-10-28 01:12:12 +03:00
"row-resize",
"row-reverse",
"rtl",
"ruby",
2016-10-28 01:12:12 +03:00
"ruby-base",
"ruby-base-container",
"ruby-text",
"ruby-text-container",
"running",
2016-10-28 01:12:12 +03:00
"run-in",
"same",
2016-10-28 01:12:12 +03:00
"sans-serif",
"scroll",
2016-10-28 01:12:12 +03:00
"scroll-position",
"semi-condensed",
"semi-expanded",
"separate",
2016-10-28 01:12:12 +03:00
"serif",
"sesameinitial",
2016-10-28 01:12:12 +03:00
"se-resize",
"show",
"sideways",
2016-10-28 01:12:12 +03:00
"sideways-lr",
"sideways-rl",
"silent",
"simplified",
"size",
2016-10-28 01:12:12 +03:00
"slashed-zero",
"slice",
"slow",
"small",
"smaller",
2016-10-28 01:12:12 +03:00
"small-caps",
"small-caption",
"soft",
"solid",
"space",
"spaces",
2016-10-28 01:12:12 +03:00
"space-around",
"space-between",
"spell-out",
"square",
"srgb",
2016-10-28 01:12:12 +03:00
"stacked-fractions",
"start",
"static",
2016-10-28 01:12:12 +03:00
"status-bar",
"step-end",
"step-start",
"sticky",
"stretch",
"strict",
"strong",
"style",
"sub",
"super",
2016-10-28 01:12:12 +03:00
"sw-resize",
"s-resize",
"table",
2016-10-28 01:12:12 +03:00
"table-caption",
"table-cell",
"table-column",
"table-column-group",
"table-footer-group",
"table-header-group",
"table-row",
"table-row-group",
"tabular-nums",
"text",
2016-10-28 01:12:12 +03:00
"text-bottom",
"text-top",
"thick",
"thin",
2016-10-28 01:12:12 +03:00
"titling-caps",
"top",
"traditional",
2016-11-21 02:12:38 +03:00
"transparent",
"triangle",
2016-10-28 01:12:12 +03:00
"ultra-condensed",
"ultra-expanded",
"under",
"underline",
"underscore",
"unicase",
2016-10-28 01:12:12 +03:00
"unse",
"unset",
"uppercase",
"upright",
"verso",
"vertical",
2016-10-28 01:12:12 +03:00
"vertical-lr",
"vertical-rl",
"vertical-text",
"view-box",
"visible",
"wait",
"wavy",
"weak",
"weight",
"wrap",
2016-10-28 01:12:12 +03:00
"wrap-reverse",
"w-resize",
"x",
2016-10-28 01:12:12 +03:00
"xx-large",
"xx-small",
"x-fast",
"x-high",
"x-large",
"x-loud",
"x-low",
"x-slow",
"x-small",
"x-soft",
"x-strong",
"x-weak",
"y",
2016-10-28 01:12:12 +03:00
"zoom-in",
"zoom-out",
"<color>",
"<cross-fade-function>",
"<custom-ident>",
"<element-function>",
2016-10-28 01:12:12 +03:00
"<family-name>",
"<generic-family>",
"<image>",
"<image-function>",
"<image-list>",
"<image-set-function>",
"<length>",
"<linear-gradient-function>",
"<number>",
"<percentage>",
"<radial-gradient-function>",
"<resolution>",
"<url>",
""
};
#endif /* MyCSS_PROPERTY_RESOURCES_NAME_H */