Home
last modified time | relevance | path

Searched refs:xml_get_value (Results 1 – 16 of 16) sorted by relevance

/dports/misc/xiphos/xiphos-4.2.1/src/main/
H A Dsettings.c477 if (xml_get_value("keys", "book")) { in load_settings_structure()
483 if (xml_get_value("keys", "offset")) in load_settings_structure()
485 atol(xml_get_value("keys", "offset")); in load_settings_structure()
491 if (xml_get_value("tab", "page")) in load_settings_structure()
559 if ((buf = xml_get_value("layout", "height"))) in load_settings_structure()
571 if ((buf = xml_get_value("layout", "width"))) in load_settings_structure()
648 if ((buf = xml_get_value("layout", "app_x"))) in load_settings_structure()
654 if ((buf = xml_get_value("layout", "app_y"))) in load_settings_structure()
782 xml_get_value("HTMLcolors", "versenum"); in load_settings_structure()
957 if (xml_get_value("misc", "showpreview")) in load_settings_structure()
[all …]
H A Dsword.cc425 settings.currentverse = xml_get_value("keys", "verse"); in main_update_nav_controls()
502 return (char *)xml_get_value("modules", in main_get_active_pane_module()
506 return (char *)xml_get_value("modules", in main_get_active_pane_module()
865 settings.dictkey = xml_get_value("keys", "dictionary"); in main_dictionary_entry_changed()
912 settings.DictWindowModule = xml_get_value( in main_dictionary_drop_down_new()
923 settings.dictkey = xml_get_value("keys", "dictionary"); in main_dictionary_drop_down_new()
1017 settings.book_key = xml_get_value("keys", "book"); in main_display_book()
1027 settings.book_key = xml_get_value("keys", "book"); in main_display_book()
1061 : xml_get_value("modules", "comm")); in main_display_commentary()
1233 : xml_get_value("modules", "bible")); in main_display_bible()
[all …]
H A Dxml.h64 char *xml_get_value(const char *section, const char *item);
H A Dparallel_view.cc300 value = xml_get_value("parallel", option); in main_set_parallel_options_at_start()
303 if (atoi(xml_get_value("parallel", "Primary_Reading"))) in main_set_parallel_options_at_start()
306 else if (atoi(xml_get_value("parallel", "Secondary_Reading"))) in main_set_parallel_options_at_start()
H A Dlists.cc145 settings.devotionalmod = xml_get_value("modules", "devotional"); in main_init_lists()
H A Dsidebar.cc99 xml_get_value("keys", "verse"); in main_open_bookmark_in_new_tab()
104 settings.dictkey = xml_get_value("keys", "dictionary"); in main_open_bookmark_in_new_tab()
109 atol(xml_get_value("keys", "offset")); in main_open_bookmark_in_new_tab()
H A Dxml.c1418 char *xml_get_value(const char *section, const char *item) in xml_get_value() function
/dports/misc/xiphos/xiphos-4.2.1/src/gtk/
H A Dpreferences_dialog.c438 xml_get_value("HTMLcolors", "background"); in on_colorbutton1_color_set()
515 xml_get_value("HTMLcolors", "currentverse"); in on_colorbutton3_color_set()
554 xml_get_value("HTMLcolors", "versenum"); in on_colorbutton4_color_set()
631 xml_get_value("HTMLcolors", "highlight_fg"); in on_colorbutton6_color_set()
670 xml_get_value("HTMLcolors", "highlight_bg"); in on_colorbutton7_color_set()
1114 atoi(xml_get_value("misc", "showversenum")); in on_checkbutton12_toggled()
1256 atoi(xml_get_value("misc", "verse_num_bold")); in on_checkbutton_verse_num_bold_toggled()
1283 atoi(xml_get_value("misc", "verse_num_bracket")); in on_checkbutton_verse_num_bracket_toggled()
1536 xml_get_value("fontsize", "versenum"); in on_combobox1_changed()
1580 xml_get_value("fontsize", "basefontsize"); in on_basecombobox1_changed()
[all …]
H A Dparallel_tab.c127 main_url_encode(xml_get_value("keys", "verse")); in sync_with_main()
/dports/www/rssroll/rssroll-0.6.2/src/
H A Drss.c81 xml_get_value(xmlNode *n, const char *name) in xml_get_value() function
173 p = (char *)xml_get_value(pnode, "rel"); // atom in rss_entry()
176 href = (char *) xml_get_value(pnode, "href"); in rss_entry()
317 if ((p = (char *)xml_get_value(node, "version")) == NULL) in rss_demux()
324 if ((p = (char *)xml_get_value(node, "version")) == NULL) in rss_demux()
/dports/www/rsstool/rsstool-1.0.0-src/src/misc/
H A Drss.c235 if (!(p = (char *) xml_get_value (node, "version"))) in rss_demux()
249 if (!(p = (char *) xml_get_value (node, "version"))) in rss_demux()
269 if (!(p = xml_get_value (node, "xmlns"))) in rss_demux()
425 p = (const char *) xml_get_value (pnode, "url"); in rss_open_rss()
582 p = (const char *) xml_get_value (pnode, "href"); in rss_open_atom()
H A Dxml.h91 extern const unsigned char *xml_get_value (xml_node_t *n, const char *name);
H A Dxml.c152 xml_get_value (xml_node_t *n, const char *name) in xml_get_value() function
/dports/misc/xiphos/xiphos-4.2.1/src/editor/
H A Dslib-editor.c281 xml_get_value("studypad", "lastfile"); in save_dialog()
424 settings.studypadfilename = xml_get_value("studypad", "lastfile"); in action_new_cb()
839 settings.studypadfilename = xml_get_value("studypad", "lastfile"); in _load_file()
H A Dwebkit_editor.c571 settings.studypadfilename = xml_get_value("studypad", "lastfile"); in recent_item_cb()
691 settings.studypadfilename = xml_get_value("studypad", "lastfile"); in action_new_activate_cb()
969 settings.studypadfilename = xml_get_value("studypad", "lastfile"); in _load_file()
/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_xml.c78 xml_get_value(struct lyd_node *node, struct lyxml_elem *xml, int editbits) in xml_get_value() function
462 if (xml_get_value(*result, xml, editbits)) { in xml_parse_data()