wm_get_single_attribute 2840 modules/widgetman/widgetman.c 	result = wm_get_single_attribute(text_content);
wm_get_single_attribute 3124 modules/widgetman/widgetman.c 			npname = wm_get_single_attribute(pname);
wm_get_single_attribute 3138 modules/widgetman/widgetman.c 			npro = wm_get_single_attribute(pvalue);
wm_get_single_attribute 3146 modules/widgetman/widgetman.c 			if (pvalue) pref->value = wm_get_single_attribute(pvalue);
wm_get_single_attribute 3186 modules/widgetman/widgetman.c 			if (encoding && strlen(encoding)) content->encoding = wm_get_single_attribute(encoding);
wm_get_single_attribute 3193 modules/widgetman/widgetman.c 				content->mimetype = wm_get_single_attribute(mimetype);
wm_get_single_attribute 3282 modules/widgetman/widgetman.c 			widget->shortname = wm_get_single_attribute(shortname);
wm_get_single_attribute 3292 modules/widgetman/widgetman.c 				widget->identifier = wm_get_single_attribute(desc);
wm_get_single_attribute 3312 modules/widgetman/widgetman.c 			widget->licenseHref = wm_get_single_attribute(href);
wm_get_single_attribute 3319 modules/widgetman/widgetman.c 		if (desc) widget->version = wm_get_single_attribute(desc);
wm_get_single_attribute 3333 modules/widgetman/widgetman.c 			if (desc && strchr(desc, ':')) widget->authorHref = wm_get_single_attribute(desc);
wm_get_single_attribute 3336 modules/widgetman/widgetman.c 			widget->authorEmail = wm_get_single_attribute(desc);
wm_get_single_attribute 3358 modules/widgetman/widgetman.c 				nfname = wm_get_single_attribute(feature_name);
wm_get_single_attribute 3393 modules/widgetman/widgetman.c 						npname = wm_get_single_attribute(param_name);
wm_get_single_attribute 3397 modules/widgetman/widgetman.c 						npvalue = wm_get_single_attribute(param_value);