Home
last modified time | relevance | path

Searched refs:gNew (Results 1 – 25 of 69) sorted by relevance

123

/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/html/
H A Dg_box.c57 HTML_GROUP *gNew=NULL; in HtmlGroup_Box_StartTag() local
82 HtmlGroup_SetProperties(gNew, pr); in HtmlGroup_Box_StartTag()
148 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
162 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
228 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
239 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
326 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
354 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
382 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
410 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
[all …]
H A Dg_table.c48 HTML_GROUP *gNew=NULL; in HtmlGroup_Table_StartTag() local
64 gNew=HtmlGroup_TableRow_new(tagName, g, ctx); in HtmlGroup_Table_StartTag()
65 HtmlGroup_TableRow_SetRow(gNew, rows); in HtmlGroup_Table_StartTag()
66 HtmlGroup_SetProperties(gNew, HtmlGroup_GetProperties(g)); in HtmlGroup_Table_StartTag()
68 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Table_StartTag()
76 if (gNew) { in HtmlGroup_Table_StartTag()
77 HtmlCtx_SetCurrentGroup(ctx, gNew); in HtmlGroup_Table_StartTag()
H A Dg_tablerow.c80 HTML_GROUP *gNew=NULL; in HtmlGroup_TableRow_StartTag() local
97 gNew=HtmlGroup_Box_new(tagName, g, ctx); in HtmlGroup_TableRow_StartTag()
108 HtmlGroup_SetProperties(gNew, pr); in HtmlGroup_TableRow_StartTag()
130 HtmlGroup_SetObject(gNew, o); in HtmlGroup_TableRow_StartTag()
136 gNew=HtmlGroup_Box_new(tagName, g, ctx); in HtmlGroup_TableRow_StartTag()
137 HtmlGroup_SetProperties(gNew, HtmlGroup_GetProperties(g)); in HtmlGroup_TableRow_StartTag()
157 HtmlGroup_SetObject(gNew, o); in HtmlGroup_TableRow_StartTag()
165 if (gNew) { in HtmlGroup_TableRow_StartTag()
166 HtmlCtx_SetCurrentGroup(ctx, gNew); in HtmlGroup_TableRow_StartTag()
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/html/
H A Dg_box.c57 HTML_GROUP *gNew=NULL; in HtmlGroup_Box_StartTag() local
82 HtmlGroup_SetProperties(gNew, pr); in HtmlGroup_Box_StartTag()
148 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
162 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
228 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
239 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
326 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
354 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
382 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
410 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
[all …]
H A Dg_table.c48 HTML_GROUP *gNew=NULL; in HtmlGroup_Table_StartTag() local
64 gNew=HtmlGroup_TableRow_new(tagName, g, ctx); in HtmlGroup_Table_StartTag()
65 HtmlGroup_TableRow_SetRow(gNew, rows); in HtmlGroup_Table_StartTag()
66 HtmlGroup_SetProperties(gNew, HtmlGroup_GetProperties(g)); in HtmlGroup_Table_StartTag()
68 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Table_StartTag()
76 if (gNew) { in HtmlGroup_Table_StartTag()
77 HtmlCtx_SetCurrentGroup(ctx, gNew); in HtmlGroup_Table_StartTag()
H A Dg_tablerow.c80 HTML_GROUP *gNew=NULL; in HtmlGroup_TableRow_StartTag() local
97 gNew=HtmlGroup_Box_new(tagName, g, ctx); in HtmlGroup_TableRow_StartTag()
108 HtmlGroup_SetProperties(gNew, pr); in HtmlGroup_TableRow_StartTag()
130 HtmlGroup_SetObject(gNew, o); in HtmlGroup_TableRow_StartTag()
136 gNew=HtmlGroup_Box_new(tagName, g, ctx); in HtmlGroup_TableRow_StartTag()
137 HtmlGroup_SetProperties(gNew, HtmlGroup_GetProperties(g)); in HtmlGroup_TableRow_StartTag()
157 HtmlGroup_SetObject(gNew, o); in HtmlGroup_TableRow_StartTag()
165 if (gNew) { in HtmlGroup_TableRow_StartTag()
166 HtmlCtx_SetCurrentGroup(ctx, gNew); in HtmlGroup_TableRow_StartTag()
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/html/
H A Dg_box.c57 HTML_GROUP *gNew=NULL; in HtmlGroup_Box_StartTag() local
82 HtmlGroup_SetProperties(gNew, pr); in HtmlGroup_Box_StartTag()
148 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
162 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
228 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
239 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
326 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
354 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
382 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
410 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
[all …]
H A Dg_table.c48 HTML_GROUP *gNew=NULL; in HtmlGroup_Table_StartTag() local
64 gNew=HtmlGroup_TableRow_new(tagName, g, ctx); in HtmlGroup_Table_StartTag()
65 HtmlGroup_TableRow_SetRow(gNew, rows); in HtmlGroup_Table_StartTag()
66 HtmlGroup_SetProperties(gNew, HtmlGroup_GetProperties(g)); in HtmlGroup_Table_StartTag()
68 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Table_StartTag()
76 if (gNew) { in HtmlGroup_Table_StartTag()
77 HtmlCtx_SetCurrentGroup(ctx, gNew); in HtmlGroup_Table_StartTag()
H A Dg_tablerow.c80 HTML_GROUP *gNew=NULL; in HtmlGroup_TableRow_StartTag() local
97 gNew=HtmlGroup_Box_new(tagName, g, ctx); in HtmlGroup_TableRow_StartTag()
108 HtmlGroup_SetProperties(gNew, pr); in HtmlGroup_TableRow_StartTag()
130 HtmlGroup_SetObject(gNew, o); in HtmlGroup_TableRow_StartTag()
136 gNew=HtmlGroup_Box_new(tagName, g, ctx); in HtmlGroup_TableRow_StartTag()
137 HtmlGroup_SetProperties(gNew, HtmlGroup_GetProperties(g)); in HtmlGroup_TableRow_StartTag()
157 HtmlGroup_SetObject(gNew, o); in HtmlGroup_TableRow_StartTag()
165 if (gNew) { in HtmlGroup_TableRow_StartTag()
166 HtmlCtx_SetCurrentGroup(ctx, gNew); in HtmlGroup_TableRow_StartTag()
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/html/
H A Dg_box.c57 HTML_GROUP *gNew=NULL; in HtmlGroup_Box_StartTag() local
82 HtmlGroup_SetProperties(gNew, pr); in HtmlGroup_Box_StartTag()
148 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
162 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
228 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
239 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
326 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
354 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
382 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
410 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
[all …]
H A Dg_table.c48 HTML_GROUP *gNew=NULL; in HtmlGroup_Table_StartTag() local
64 gNew=HtmlGroup_TableRow_new(tagName, g, ctx); in HtmlGroup_Table_StartTag()
65 HtmlGroup_TableRow_SetRow(gNew, rows); in HtmlGroup_Table_StartTag()
66 HtmlGroup_SetProperties(gNew, HtmlGroup_GetProperties(g)); in HtmlGroup_Table_StartTag()
68 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Table_StartTag()
76 if (gNew) { in HtmlGroup_Table_StartTag()
77 HtmlCtx_SetCurrentGroup(ctx, gNew); in HtmlGroup_Table_StartTag()
H A Dg_tablerow.c80 HTML_GROUP *gNew=NULL; in HtmlGroup_TableRow_StartTag() local
97 gNew=HtmlGroup_Box_new(tagName, g, ctx); in HtmlGroup_TableRow_StartTag()
108 HtmlGroup_SetProperties(gNew, pr); in HtmlGroup_TableRow_StartTag()
130 HtmlGroup_SetObject(gNew, o); in HtmlGroup_TableRow_StartTag()
136 gNew=HtmlGroup_Box_new(tagName, g, ctx); in HtmlGroup_TableRow_StartTag()
137 HtmlGroup_SetProperties(gNew, HtmlGroup_GetProperties(g)); in HtmlGroup_TableRow_StartTag()
157 HtmlGroup_SetObject(gNew, o); in HtmlGroup_TableRow_StartTag()
165 if (gNew) { in HtmlGroup_TableRow_StartTag()
166 HtmlCtx_SetCurrentGroup(ctx, gNew); in HtmlGroup_TableRow_StartTag()
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/html/
H A Dg_box.c57 HTML_GROUP *gNew=NULL; in HtmlGroup_Box_StartTag() local
82 HtmlGroup_SetProperties(gNew, pr); in HtmlGroup_Box_StartTag()
148 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
162 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
228 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
239 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
326 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
354 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
382 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
410 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Box_StartTag()
[all …]
H A Dg_table.c48 HTML_GROUP *gNew=NULL; in HtmlGroup_Table_StartTag() local
64 gNew=HtmlGroup_TableRow_new(tagName, g, ctx); in HtmlGroup_Table_StartTag()
65 HtmlGroup_TableRow_SetRow(gNew, rows); in HtmlGroup_Table_StartTag()
66 HtmlGroup_SetProperties(gNew, HtmlGroup_GetProperties(g)); in HtmlGroup_Table_StartTag()
68 HtmlGroup_SetObject(gNew, o); in HtmlGroup_Table_StartTag()
76 if (gNew) { in HtmlGroup_Table_StartTag()
77 HtmlCtx_SetCurrentGroup(ctx, gNew); in HtmlGroup_Table_StartTag()
H A Dg_tablerow.c80 HTML_GROUP *gNew=NULL; in HtmlGroup_TableRow_StartTag() local
97 gNew=HtmlGroup_Box_new(tagName, g, ctx); in HtmlGroup_TableRow_StartTag()
108 HtmlGroup_SetProperties(gNew, pr); in HtmlGroup_TableRow_StartTag()
130 HtmlGroup_SetObject(gNew, o); in HtmlGroup_TableRow_StartTag()
136 gNew=HtmlGroup_Box_new(tagName, g, ctx); in HtmlGroup_TableRow_StartTag()
137 HtmlGroup_SetProperties(gNew, HtmlGroup_GetProperties(g)); in HtmlGroup_TableRow_StartTag()
157 HtmlGroup_SetObject(gNew, o); in HtmlGroup_TableRow_StartTag()
165 if (gNew) { in HtmlGroup_TableRow_StartTag()
166 HtmlCtx_SetCurrentGroup(ctx, gNew); in HtmlGroup_TableRow_StartTag()
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/imexporters/ofx/parser/
H A Dg_ofx.c53 AIO_OFX_GROUP *gNew=NULL; in AIO_OfxGroup_OFX_StartTag() local
61 gNew=AIO_OfxGroup_SIGNONMSGSRSV1_new(tagName, g, ctx); in AIO_OfxGroup_OFX_StartTag()
63 gNew=AIO_OfxGroup_BANKMSGSRSV1_new(tagName, g, ctx); in AIO_OfxGroup_OFX_StartTag()
66 gNew=AIO_OfxGroup_CREDITCARDMSGSRSV1_new(tagName, g, ctx); in AIO_OfxGroup_OFX_StartTag()
69 gNew=AIO_OfxGroup_SIGNUPMSGSRSV1_new(tagName, g, ctx); in AIO_OfxGroup_OFX_StartTag()
71 gNew=AIO_OfxGroup_INVSTMTMSGSRSV1_new(tagName, g, ctx); in AIO_OfxGroup_OFX_StartTag()
73 gNew=AIO_OfxGroup_SECLISTMSGSRSV1_new(tagName, g, ctx); in AIO_OfxGroup_OFX_StartTag()
77 gNew=AIO_OfxGroup_Ignore_new(tagName, g, ctx); in AIO_OfxGroup_OFX_StartTag()
80 if (gNew) { in AIO_OfxGroup_OFX_StartTag()
81 AIO_OfxXmlCtx_SetCurrentGroup(ctx, gNew); in AIO_OfxGroup_OFX_StartTag()
H A Dg_bankmsgsrsv1.c52 AIO_OFX_GROUP *gNew=NULL; in AIO_OfxGroup_BANKMSGSRSV1_StartTag() local
60 gNew=AIO_OfxGroup_STMTTRNRS_new(tagName, g, ctx); in AIO_OfxGroup_BANKMSGSRSV1_StartTag()
63 gNew=AIO_OfxGroup_ACCTINFOTRNRS_new(tagName, g, ctx); in AIO_OfxGroup_BANKMSGSRSV1_StartTag()
68 gNew=AIO_OfxGroup_Ignore_new(tagName, g, ctx); in AIO_OfxGroup_BANKMSGSRSV1_StartTag()
71 if (gNew) { in AIO_OfxGroup_BANKMSGSRSV1_StartTag()
72 AIO_OfxXmlCtx_SetCurrentGroup(ctx, gNew); in AIO_OfxGroup_BANKMSGSRSV1_StartTag()
H A Dg_invposlist.c57 AIO_OFX_GROUP *gNew=NULL; in AIO_OfxGroup_INVPOSLIST_StartTag() local
65 gNew=AIO_OfxGroup_POSSTOCK_new(tagName, g, ctx); in AIO_OfxGroup_INVPOSLIST_StartTag()
68 gNew=AIO_OfxGroup_POSMF_new(tagName, g, ctx); in AIO_OfxGroup_INVPOSLIST_StartTag()
73 gNew=AIO_OfxGroup_Ignore_new(tagName, g, ctx); in AIO_OfxGroup_INVPOSLIST_StartTag()
76 if (gNew) { in AIO_OfxGroup_INVPOSLIST_StartTag()
77 AIO_OfxXmlCtx_SetCurrentGroup(ctx, gNew); in AIO_OfxGroup_INVPOSLIST_StartTag()
H A Dg_invstmttrnrs.c62 AIO_OFX_GROUP *gNew=NULL; in AIO_OfxGroup_INVSTMTTRNRS_StartTag() local
70 gNew=AIO_OfxGroup_STATUS_new(tagName, g, ctx, in AIO_OfxGroup_INVSTMTTRNRS_StartTag()
81 gNew=AIO_OfxGroup_INVSTMTRS_new(tagName, g, ctx); in AIO_OfxGroup_INVSTMTTRNRS_StartTag()
87 gNew=AIO_OfxGroup_Ignore_new(tagName, g, ctx); in AIO_OfxGroup_INVSTMTTRNRS_StartTag()
93 if (gNew) { in AIO_OfxGroup_INVSTMTTRNRS_StartTag()
94 AIO_OfxXmlCtx_SetCurrentGroup(ctx, gNew); in AIO_OfxGroup_INVSTMTTRNRS_StartTag()
H A Dg_document.c51 AIO_OFX_GROUP *gNew=NULL; in AIO_OfxGroup_Document_StartTag() local
59 gNew=AIO_OfxGroup_OFX_new(tagName, g, ctx); in AIO_OfxGroup_Document_StartTag()
61 gNew=AIO_OfxGroup_OFX_new(tagName, g, ctx); in AIO_OfxGroup_Document_StartTag()
66 gNew=AIO_OfxGroup_Ignore_new(tagName, g, ctx); in AIO_OfxGroup_Document_StartTag()
69 if (gNew) { in AIO_OfxGroup_Document_StartTag()
70 AIO_OfxXmlCtx_SetCurrentGroup(ctx, gNew); in AIO_OfxGroup_Document_StartTag()
H A Dg_acctinfotrnrs.c52 AIO_OFX_GROUP *gNew=NULL; in AIO_OfxGroup_ACCTINFOTRNRS_StartTag() local
60 gNew=AIO_OfxGroup_STATUS_new(tagName, g, ctx, in AIO_OfxGroup_ACCTINFOTRNRS_StartTag()
68 gNew=AIO_OfxGroup_ACCTINFORS_new(tagName, g, ctx); in AIO_OfxGroup_ACCTINFOTRNRS_StartTag()
73 gNew=AIO_OfxGroup_Ignore_new(tagName, g, ctx); in AIO_OfxGroup_ACCTINFOTRNRS_StartTag()
76 if (gNew) { in AIO_OfxGroup_ACCTINFOTRNRS_StartTag()
77 AIO_OfxXmlCtx_SetCurrentGroup(ctx, gNew); in AIO_OfxGroup_ACCTINFOTRNRS_StartTag()
H A Dg_stmttrnrs.c52 AIO_OFX_GROUP *gNew=NULL; in AIO_OfxGroup_STMTTRNRS_StartTag() local
60 gNew=AIO_OfxGroup_STATUS_new(tagName, g, ctx, in AIO_OfxGroup_STMTTRNRS_StartTag()
69 gNew=AIO_OfxGroup_STMTRS_new(tagName, g, ctx); in AIO_OfxGroup_STMTTRNRS_StartTag()
74 gNew=AIO_OfxGroup_Ignore_new(tagName, g, ctx); in AIO_OfxGroup_STMTTRNRS_StartTag()
77 if (gNew) { in AIO_OfxGroup_STMTTRNRS_StartTag()
78 AIO_OfxXmlCtx_SetCurrentGroup(ctx, gNew); in AIO_OfxGroup_STMTTRNRS_StartTag()
H A Dg_creditcardmsgsrsv1.c51 AIO_OFX_GROUP *gNew=NULL; in AIO_OfxGroup_CREDITCARDMSGSRSV1_StartTag() local
59 gNew=AIO_OfxGroup_STMTTRNRS_new(tagName, g, ctx); in AIO_OfxGroup_CREDITCARDMSGSRSV1_StartTag()
64 gNew=AIO_OfxGroup_Ignore_new(tagName, g, ctx); in AIO_OfxGroup_CREDITCARDMSGSRSV1_StartTag()
67 if (gNew) { in AIO_OfxGroup_CREDITCARDMSGSRSV1_StartTag()
68 AIO_OfxXmlCtx_SetCurrentGroup(ctx, gNew); in AIO_OfxGroup_CREDITCARDMSGSRSV1_StartTag()
H A Dg_invstmtmsgsrsv1.c59 AIO_OFX_GROUP *gNew=NULL; in AIO_OfxGroup_INVSTMTMSGSRSV1_StartTag() local
67gNew=AIO_OfxGroup_INVSTMTTRNRS_new(tagName, g, ctx); /*We've found the tag, so create a new gro… in AIO_OfxGroup_INVSTMTMSGSRSV1_StartTag()
72 gNew=AIO_OfxGroup_Ignore_new(tagName, g, ctx); /*All other groups are ignored!*/ in AIO_OfxGroup_INVSTMTMSGSRSV1_StartTag()
77 if (gNew) { in AIO_OfxGroup_INVSTMTMSGSRSV1_StartTag()
78 AIO_OfxXmlCtx_SetCurrentGroup(ctx, gNew); in AIO_OfxGroup_INVSTMTMSGSRSV1_StartTag()
H A Dg_seclist.c52 AIO_OFX_GROUP *gNew=NULL; in AIO_OfxGroup_SECLIST_StartTag() local
61 gNew=AIO_OfxGroup_STOCKINFO_new(tagName, g, ctx); in AIO_OfxGroup_SECLIST_StartTag()
66 gNew=AIO_OfxGroup_Ignore_new(tagName, g, ctx); in AIO_OfxGroup_SECLIST_StartTag()
69 if (gNew) { in AIO_OfxGroup_SECLIST_StartTag()
70 AIO_OfxXmlCtx_SetCurrentGroup(ctx, gNew); in AIO_OfxGroup_SECLIST_StartTag()

123