-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
224 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,5 @@ ADD_BLOCK_TYPE(AST_BLOCK_TYPE_ERROR, "ERROR", "error") | |
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,4 @@ ADD_LAYOUT_ATTRIBUTE_STYLE_GLOBAL_VALUE(unset, "حذف شده") | |
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,3 +87,4 @@ ADD_LAYOUT_ATTRIBUTE_STYLE_STATE_TYPE(AST_LAYOUT_ATTRIBUTE_STYLE_STATE_TYPE_EMPT | |
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -586,3 +586,4 @@ ADD_LAYOUT_ATTRIBUTE_STYLE_TYPE_HIDE(AST_LAYOUT_ATTRIBUTE_STYLE_TYPE_ERROR, "ERR | |
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1490,3 +1490,4 @@ const ast_layout_attribute_pair_t ast_layout_allowed_style_list_zoom[] = { | |
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -377,3 +377,4 @@ extern const ast_layout_attribute_pair_t ast_layout_allowed_style_list_zoom[]; | |
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,3 +87,4 @@ ADD_LAYOUT_ATTRIBUTE_TYPE(AST_LAYOUT_ATTRIBUTE_TYPE_RESPONSIVE_MIN_HEIGHT, "RESP | |
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,3 +57,4 @@ const ast_layout_attribute_pair_t ast_layout_allowed_lang[] = { | |
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,3 +32,4 @@ extern const ast_layout_attribute_pair_t ast_layout_allowed_lang[]; | |
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -145,3 +145,5 @@ ADD_LAYOUT_TYPE_REPEAT(AST_LAYOUT_TYPE_MEDIA, "MEDIA", "media", "@media", "وا | |
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -155,3 +155,5 @@ else if (attribute->parent_node_type == AST_LAYOUT_TYPE_MEDIA) { | |
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -208,3 +208,5 @@ const size_t valid_attributes_media_length = 0; | |
// ----------- END AUTO GENERATED ----------- // | ||
|
||
#endif | ||
|
||
|
172 changes: 172 additions & 0 deletions
172
src/generated-config/ast_layout_type_attributes_values_extern.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,172 @@ | ||
#ifndef _AST_LAYOUT_TYPE_ATTRIBUTES_VALUES_EXTERN_H_ | ||
#define _AST_LAYOUT_TYPE_ATTRIBUTES_VALUES_EXTERN_H_ | ||
|
||
// ----------- BEGIN AUTO GENERATED ----------- // | ||
extern ast_layout_attribute_type_t valid_attributes_include[]; | ||
extern const size_t valid_attributes_include_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_error[]; | ||
extern const size_t valid_attributes_error_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_layout[]; | ||
extern const size_t valid_attributes_layout_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_div[]; | ||
extern const size_t valid_attributes_div_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_paragraph[]; | ||
extern const size_t valid_attributes_paragraph_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_button[]; | ||
extern const size_t valid_attributes_button_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_textarea[]; | ||
extern const size_t valid_attributes_textarea_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_label[]; | ||
extern const size_t valid_attributes_label_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_select[]; | ||
extern const size_t valid_attributes_select_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_fieldset[]; | ||
extern const size_t valid_attributes_fieldset_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_legend[]; | ||
extern const size_t valid_attributes_legend_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_form[]; | ||
extern const size_t valid_attributes_form_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_optgroup[]; | ||
extern const size_t valid_attributes_optgroup_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_datalist[]; | ||
extern const size_t valid_attributes_datalist_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_span[]; | ||
extern const size_t valid_attributes_span_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_strong[]; | ||
extern const size_t valid_attributes_strong_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_em[]; | ||
extern const size_t valid_attributes_em_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_italic[]; | ||
extern const size_t valid_attributes_italic_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_bold[]; | ||
extern const size_t valid_attributes_bold_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_underline[]; | ||
extern const size_t valid_attributes_underline_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_sub[]; | ||
extern const size_t valid_attributes_sub_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_sup[]; | ||
extern const size_t valid_attributes_sup_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_s[]; | ||
extern const size_t valid_attributes_s_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_header[]; | ||
extern const size_t valid_attributes_header_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_footer[]; | ||
extern const size_t valid_attributes_footer_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_nav[]; | ||
extern const size_t valid_attributes_nav_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_section[]; | ||
extern const size_t valid_attributes_section_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_article[]; | ||
extern const size_t valid_attributes_article_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_aside[]; | ||
extern const size_t valid_attributes_aside_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_main[]; | ||
extern const size_t valid_attributes_main_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_figure[]; | ||
extern const size_t valid_attributes_figure_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_figcaption[]; | ||
extern const size_t valid_attributes_figcaption_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_video[]; | ||
extern const size_t valid_attributes_video_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_audio[]; | ||
extern const size_t valid_attributes_audio_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_iframe[]; | ||
extern const size_t valid_attributes_iframe_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_canvas[]; | ||
extern const size_t valid_attributes_canvas_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_ul[]; | ||
extern const size_t valid_attributes_ul_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_link[]; | ||
extern const size_t valid_attributes_link_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_ol[]; | ||
extern const size_t valid_attributes_ol_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_option[]; | ||
extern const size_t valid_attributes_option_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_li[]; | ||
extern const size_t valid_attributes_li_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_table[]; | ||
extern const size_t valid_attributes_table_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_table_header[]; | ||
extern const size_t valid_attributes_table_header_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_table_footer[]; | ||
extern const size_t valid_attributes_table_footer_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_table_tr[]; | ||
extern const size_t valid_attributes_table_tr_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_table_td[]; | ||
extern const size_t valid_attributes_table_td_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_table_th[]; | ||
extern const size_t valid_attributes_table_th_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_caption[]; | ||
extern const size_t valid_attributes_caption_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_col[]; | ||
extern const size_t valid_attributes_col_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_br[]; | ||
extern const size_t valid_attributes_br_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_hr[]; | ||
extern const size_t valid_attributes_hr_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_input[]; | ||
extern const size_t valid_attributes_input_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_img[]; | ||
extern const size_t valid_attributes_img_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_font[]; | ||
extern const size_t valid_attributes_font_length; | ||
|
||
extern ast_layout_attribute_type_t valid_attributes_media[]; | ||
extern const size_t valid_attributes_media_length; | ||
|
||
// ----------- END AUTO GENERATED ----------- // | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,3 +36,5 @@ ADD_TYPE(AST_TYPE_ERROR, "ERROR", "error") | |
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters