Home
last modified time | relevance | path

Searched refs:xmls_new_string_literal (Results 1 – 13 of 13) sorted by relevance

/dports/textproc/turboxsl/turboxsl-b03c2c9/src/
H A Dxsl_elements.c5 xsl_template = xmls_new_string_literal("xsl:template"); in xsl_elements_setup()
8 xsl_if = xmls_new_string_literal("xsl:if"); in xsl_elements_setup()
62 xsl_a_NaN = xmls_new_string_literal("NaN"); in xsl_elements_setup()
65 xsl_s_xml = xmls_new_string_literal("xml"); in xsl_elements_setup()
68 xsl_s_yes = xmls_new_string_literal("yes"); in xsl_elements_setup()
69 xsl_s_no = xmls_new_string_literal("no"); in xsl_elements_setup()
77 xsl_s_slash = xmls_new_string_literal("/"); in xsl_elements_setup()
80 xsl_s_img = xmls_new_string_literal("img"); in xsl_elements_setup()
82 xsl_s_hr = xmls_new_string_literal("hr"); in xsl_elements_setup()
83 xsl_s_br = xmls_new_string_literal("br"); in xsl_elements_setup()
[all …]
H A Dtemplate_task_graph.c32 return xmls_new_string_literal(buffer); in template_task_graph_vertex_key()
200 id_attribute->content = xmls_new_string_literal("d0"); in template_task_graph_color_key()
205 for_attribute->content = xmls_new_string_literal("node"); in template_task_graph_color_key()
210 name_attribute->content = xmls_new_string_literal("color"); in template_task_graph_color_key()
215 type_attribute->content = xmls_new_string_literal("string"); in template_task_graph_color_key()
227 id_attribute->content = xmls_new_string_literal("d1"); in template_task_graph_name_key()
232 for_attribute->content = xmls_new_string_literal("edge"); in template_task_graph_name_key()
237 name_attribute->content = xmls_new_string_literal("name"); in template_task_graph_name_key()
242 type_attribute->content = xmls_new_string_literal("string"); in template_task_graph_name_key()
254 key_attribute->content = xmls_new_string_literal("d0"); in template_task_graph_color_data()
[all …]
H A Dgroup_rights.c16 XMLSTRING library_string = xmls_new_string_literal(library); in XSLTDefineGroupRights()
30 entry->actions[i] = xmls_new_string_literal(actions[i]); in XSLTDefineGroupRights()
33 dict_add(rights->groups, xmls_new_string_literal(group), entry); in XSLTDefineGroupRights()
43 XMLSTRING library_string = xmls_new_string_literal(library); in XSLTSetUserContext()
53 XMLSTRING group_string = xmls_new_string_literal(groups[i]); in XSLTSetUserContext()
H A Dnodes.c127 XMLNODE *result = xml_new_node(NULL, xmls_new_string_literal(name), ELEMENT_NODE); in XMLCreateElement()
135 result->content = xmls_new_string_literal(text); in XMLAddText()
142 XMLNODE *attribute = xml_new_node(NULL, xmls_new_string_literal(name), ATTRIBUTE_NODE); in XMLAddAttribute()
143 attribute->content = xmls_new_string_literal(value); in XMLAddAttribute()
H A Dtransform.c45 newnode->content = xmls_new_string_literal(src->content->s); in copy_node_to_result()
134 tmp->content = xmls_new_string_literal(context->document_node->content->s); in apply_default_process()
141 tmp->content = xmls_new_string_literal(child->content->s); in apply_default_process()
342 tmp->content = xmls_new_string_literal(buffer); in process_global_flags()
423 dict_add(data->revisions, xmls_new_string_literal(url), xml_strdup(revision)); in XSLTAddURLRevision()
571 XMLSTRING tag_string = xmls_new_string_literal(tags[i]); in XSLTSetParallelInstructions()
591 dict_add(ctx->url_code_parameters, xmls_new_string_literal(name), xml_strdup(value)); in XSLTAddURLCodeParameter()
603 ctx->task_graph = template_task_graph_create(xmls_new_string_literal(filename)); in XSLTEnableTaskGraph()
627 XMLNODE *ret = xml_new_node(pctx, xmls_new_string_literal("out"), EMPTY_NODE); in XSLTProcess()
667 …meta->content = xmls_new_string_literal("<meta http-equiv=\"Content-Type\" content=\"text/html; ch… in XSLTProcess()
H A Dutils.c69 xpath_eval_expression(pctx, locals, xml, xmls_new_string_literal(expression), &result); in XMLFindNodes()
77 node->content = xmls_new_string_literal(result.v.string); in XMLFindNodes()
H A Dstrings.c54 return xmls_new_string_literal(string->s); in xml_process_string()
69 …ar *r = xpath_eval_string(pctx, locals, context, xpath_find_expr(pctx,xmls_new_string_literal(s))); in xml_process_string()
110 XMLSTRING xmls_new_string_literal(const char *s) in xmls_new_string_literal() function
H A Dstrings.h17 XMLSTRING xmls_new_string_literal(const char *s);
H A Dinstructions.c176 tmp->content = xmls_new_string_literal(p); in instruction_attribute()
348 node->content = xmls_new_string_literal(text); in instruction_copy_of()
378 tmp->content = xmls_new_string_literal(content); in instruction_value_of()
390 node->content = xmls_new_string_literal(i->content->s); in instruction_text()
463 node->content = xmls_new_string_literal("1."); in instruction_number()
H A Dxpath.c613 expr->content = xmls_new_string_literal(name); in xpath_execute_scalar()
1165 result->attributes = xml_new_node(pctx,xmls_new_string_literal(name),XPATH_NODE_CALL); in do_select_expr()
1169 result->name = xmls_new_string_literal(name); in do_select_expr()
1170 result->attributes = xml_new_node(pctx,xmls_new_string_literal(name),EMPTY_NODE); in do_select_expr()
1187 XMLNODE *node = xml_new_node(pctx,xmls_new_string_literal(name),XPATH_NODE_CALL); in do_select_expr()
1205 result = xml_new_node(pctx,xmls_new_string_literal(name),XPATH_NODE_SELECT); in do_select_expr()
1206 result->attributes = xml_new_node(pctx,xmls_new_string_literal(name),EMPTY_NODE); in do_select_expr()
1210 result->name = xmls_new_string_literal(name); in do_select_expr()
H A Dfunctions.c853 if(dict_find(pctx->user_rights, xmls_new_string_literal(str)) != NULL) res->v.integer = 1; in xf_check()
919 char *value = dict_find(pctx->url_code_parameters, xmls_new_string_literal(name)); in xf_urlcode()
1007 res->v.string = create_veristat_url(pctx, xmls_new_string_literal(url)); in xf_veristat()
1036 res->v.string = create_veristat_url(pctx, xmls_new_string_literal(url)); in xf_veristat_local()
1154 XPATH_EXPR *expression = xpath_find_expr(pctx, xmls_new_string_literal(buffer)); in xf_key()
H A Dtemplates.c145 XMLSTRING match_string = xmls_new_string_literal(match); in add_templ_match()
/dports/textproc/turboxsl/turboxsl-b03c2c9/test/
H A Ddictionary_test.c8 XMLSTRING key = xmls_new_string_literal("key"); in main()