Home
last modified time | relevance | path

Searched refs:MODE_MIRROR (Results 1 – 18 of 18) sorted by relevance

/dports/ftp/pavuk/pavuk-0.9.35/src/
H A Dmode.h21 MODE_MIRROR, enumerator
H A Dmode.c14 {MODE_MIRROR, "mirror"},
H A Drobots.c199 if(cfg.mode == MODE_SYNC || cfg.mode == MODE_MIRROR) in get_robots()
238 if(cfg.mode == MODE_SYNC || cfg.mode == MODE_MIRROR) in get_robots()
H A Dainterface.c325 case MODE_MIRROR: in absi_restart()
455 if(cfg.mode == MODE_MIRROR) in absi_cont()
H A Drecurse.c540 cfg.mode == MODE_MIRROR)) && in process_document()
1130 if(cfg.mode != MODE_MIRROR) in get_urls_to_resume()
1220 if(cfg.mode != MODE_MIRROR) in get_urls_to_synchronize()
1249 if(cfg.mode != MODE_MIRROR) in get_urls_to_synchronize()
H A Dabstract.c62 if(cfg.mode != MODE_SYNC && cfg.mode != MODE_MIRROR) in abs_get_data_socket()
H A Dcss.c102 if((cfg.mode == MODE_SYNC || cfg.mode == MODE_MIRROR) && cfg.request in css_get_all_links()
H A Dstats.c42 case MODE_MIRROR: in stats_fill_spage()
H A Dhttp.c1390 else if(cfg.mode == MODE_SYNC || cfg.mode == MODE_MIRROR) in http_process_response()
1444 if((cfg.mode == MODE_SYNC || cfg.mode == MODE_MIRROR) && in http_process_response()
H A Dgui_main.c1093 GTK_SIGNAL_FUNC(SwitchMode), (gpointer) MODE_MIRROR); in build_menu()
1094 gui_cfg.modegr[MODE_MIRROR] = mi; in build_menu()
H A Dhtmlparser.c933 if((cfg.mode == MODE_SYNC || cfg.mode == MODE_MIRROR) && in html_parser_get_url()
H A Ddoc.c461 if(cfg.mode != MODE_SYNC && cfg.mode != MODE_MIRROR) in doc_check_doc_file()
H A Dftp.c899 else if((cfg.mode == MODE_SYNC || cfg.mode == MODE_MIRROR) in ftp_connect()
H A Durl.c1666 if(cfg.mode == MODE_MIRROR) in url_get_local_name_real()
/dports/devel/wf-config/wf-config-0.7.1/include/wayfire/config/
H A Dtypes.hpp490 MODE_MIRROR, enumerator
/dports/devel/wf-config/wf-config-0.7.1/src/
H A Dtypes.cpp1043 this->type = MODE_MIRROR; in mode_t()
1086 case MODE_MIRROR: in operator ==()
1177 case output_config::MODE_MIRROR: in to_string()
/dports/devel/wf-config/wf-config-0.7.1/test/
H A Dtypes_test.cpp429 MODE_MIRROR,
/dports/x11-wm/wayfire/wayfire-0.7.0/src/core/
H A Doutput-layout.cpp411 case output_config::MODE_MIRROR: in load_state_from_config()