Home
last modified time | relevance | path

Searched refs:site_file (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/sitecopy/sitecopy-0.16.6/src/
H A Dfrontend.h104 int fe_can_update(const struct site_file *file);
105 void fe_updating(const struct site_file *file);
106 void fe_updated(const struct site_file *file, int success, const char *error);
109 void fe_setting_perms(const struct site_file *file);
110 void fe_set_perms(const struct site_file *file, int success, const char *error);
113 void fe_synching(const struct site_file *file);
114 void fe_synched(const struct site_file *file, int success, const char *error);
127 void fe_fetch_found(const struct site_file *file);
H A Dsitesi.h33 void file_uploaded(struct site_file *file, struct site *site);
34 void file_downloaded(struct site_file *file, struct site *site);
36 int file_contents_changed(struct site_file *file, struct site *site);
37 int file_perms_changed(struct site_file *file, struct site *site);
80 void file_delete(struct site *site, struct site_file *item);
91 void file_set_diff(struct site_file *file, struct site *site);
93 struct site_file *
96 struct site_file *
100 struct site_file *
105 site_stats_increase(const struct site_file *file, struct site *site);
[all …]
H A Dsitefiles.c57 void file_delete(struct site *site, struct site_file *item) in file_delete()
88 struct site_file *file; in file_insert()
89 file = ne_calloc(sizeof(struct site_file)); in file_insert()
212 struct site_file *other; in file_set()
243 offsetof(struct site_file, local), in file_set_local()
244 offsetof(struct site_file, stored), in file_set_local()
252 offsetof(struct site_file, stored), in file_set_stored()
253 offsetof(struct site_file, local), in file_set_stored()
363 void file_set_diff(struct site_file *file, struct site *site) in file_set_diff()
448 char *file_name(const struct site_file *file) in file_name()
[all …]
H A Dsites.h205 struct site_file;
249 struct site_file { struct
273 struct site_file *next; argument
274 struct site_file *prev; argument
422 struct site_file *files; /* list of files */
423 struct site_file *files_tail; /* end of the list */
565 char *file_name(const struct site_file *file);
H A Dsites.c94 struct site_file *current; in synch_create_directories()
119 struct site_file *current; in synch_files()
212 struct site_file *current, *prev; in synch_delete_directories()
318 struct site_file *current; in update_create_directories()
393 struct site_file *current, *next; in update_delete_files()
424 struct site_file *current; in update_move_files()
453 struct site_file *current; in update_files()
805 struct site_file *current; in site_read_local_state()
1004 struct site_file *file; in fetch_add_file()
1195 struct site_file *file; in site_verify_compare()
[all …]
H A Dconsole_fe.c245 struct site_file *current; in list_site_changes()
674 int fe_can_update(const struct site_file *file) in fe_can_update()
750 void fe_setting_perms(const struct site_file *file) in fe_setting_perms()
759 void fe_set_perms(const struct site_file *file, int success, const char *error) in fe_set_perms()
771 void fe_updating(const struct site_file *file) in fe_updating()
826 void fe_updated(const struct site_file *file, int success, const char *error) in fe_updated()
860 void fe_synching(const struct site_file *file) in fe_synching()
900 void fe_synched(const struct site_file *file, int success, const char *error) in fe_synched()
950 void fe_fetch_found(const struct site_file *file) in fe_fetch_found()
/dports/sysutils/webmin/webmin-1.981/apache/
H A Dreconfig.cgi12 &lock_file($site_file);
13 &read_file($site_file, \%site);
17 &write_file($site_file, \%site);
18 chmod(0644, $site_file);
19 &unlock_file($site_file);
H A Dapache-lib.pl18 $site_file = ($config{'webmin_apache'} || $module_config_directory)."/site";
30 &read_file($site_file, \%oldsite);
31 local @sst = stat($site_file);
53 &lock_file($site_file);
54 &write_file($site_file, \%site);
55 chmod(0644, $site_file);
56 &unlock_file($site_file);
63 if (&read_file($site_file, \%site)) {
1307 &read_file($site_file, \%oldsite);
H A Dsave_mods.cgi26 unlink($site_file);
/dports/www/sitecopy/sitecopy-0.16.6/gnome/
H A Dtree.h35 struct site_file *file;
41 GtkCTreeNode *add_file(char *name, struct site_file *a_file,
46 void core_tree_building_function(struct site_file *a_file,
H A Dgcommon.c293 int fe_can_update(const struct site_file *file) in fe_can_update()
305 void fe_updating(const struct site_file *file) in fe_updating()
366 void fe_updated(const struct site_file *file, int success, in fe_updated()
439 void fe_synching(const struct site_file *file) in fe_synching()
443 void fe_synched(const struct site_file *file, int success, in fe_synched()
448 void fe_setting_perms(const struct site_file *file) in fe_setting_perms()
451 void fe_set_perms(const struct site_file *file, int success, in fe_set_perms()
H A Dtree.c44 GtkCTreeNode *add_file(char *name, struct site_file *a_file, in add_file()
311 void core_tree_building_function(struct site_file *a_file, in core_tree_building_function()
371 struct site_file *current_dir, *current_file; in build_tree_from_site()
496 struct site_file *current_file; in select_ctree_cb()
537 current_file = (struct site_file *) actual_data->info_struct; in select_ctree_cb()
594 struct site_file *tmp = NULL; in dump_types()
H A Dfile_widgets.h25 GtkWidget *make_file_info_area(struct site_file *the_file);
H A Dresynch.h40 void fe_fetch_found(const struct site_file *file);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/pro/processes/
H A Dbwm_create_corr_file_process.cxx49 std::string site_file = pro.get_input<std::string>(2); in bwm_create_corr_file_process() local
54 std::FILE* xmlFile = std::fopen(site_file.c_str(), "r"); in bwm_create_corr_file_process()
56 std::cerr << site_file.c_str() << " error on opening\n"; in bwm_create_corr_file_process()
72 std::cout << "The file: " << site_file << " does not contain any correspondences, returning!\n"; in bwm_create_corr_file_process()
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Ddeb_apache.py60 site_file = site
62 site_file = "{}.conf".format(site)
63 if os.path.islink("{}/{}".format(SITE_ENABLED_DIR, site_file)):
66 "{}/000-{}".format(SITE_ENABLED_DIR, site_file)
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/exe/
H A Dbwm_triangulate_2d_corrs.cxx31 vul_arg<std::string> site_file ("-site", "site file", ""); in main() local
43 if (!cp.open_video_site(site_file().c_str(), true)) in main()
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_internal/commands/
H A Dconfiguration.py145 if options.venv_file and not options.site_file:
147 options.site_file = True
162 (kinds.SITE, options.site_file),
/dports/mail/mailutils/mailutils-3.13/mda/mda/
H A Dmda.c140 cfhint.site_file = TESTSUITE_CONFIG_FILE; in main()
143 cfhint.site_file = mu_site_config_file (); in main()
/dports/mail/mailutils/mailutils-3.13/mda/mda/tests/
H A Dtestmda.c140 cfhint.site_file = TESTSUITE_CONFIG_FILE; in main()
143 cfhint.site_file = mu_site_config_file (); in main()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/exe/
H A Dvolm_land_classification_tools.cxx111 void prepare_site_file(std::string const& site_file, std::vector<std::string >& lidar_full, std::ve… in prepare_site_file() argument
112 std::string path = vul_file::dirname(site_file); in prepare_site_file()
113 std::ofstream ofs(site_file.c_str()); in prepare_site_file()
370 …std::stringstream site_file; site_file << in_poly() << "site_" << polys[j].second << "_zone_" << u… in main() local
371 prepare_site_file(site_file.str(), lidar_full[j], lidar_name[j], img_full[j], img_name[j]); in main()
/dports/games/gtkradiant/GPL/GtkRadiant/
H A DSConstruct95 site_file = open(conf_filename, 'rb')
96 p = pickle.Unpickler(site_file)
150 site_file = open(conf_filename, 'wb')
151 p = pickle.Pickler(site_file)
153 site_file.close()
/dports/mail/mailutils/mailutils-3.13/libmailutils/cli/
H A Dsimple.c199 if ((cfhint.site_file = va_arg (ap, char *)) == NULL) in mu_cli_simple()
200 cfhint.site_file = mu_site_config_file (); in mu_cli_simple()
/dports/sysutils/usermin/usermin-1.830/htaccess/
H A Dapache-lib.pl18 $site_file = ($config{'webmin_apache'} || $module_config_directory)."/site";
30 &read_file($site_file, \%oldsite);
31 local @sst = stat($site_file);
53 &lock_file($site_file);
54 &write_file($site_file, \%site);
55 chmod(0644, $site_file);
56 &unlock_file($site_file);
63 if (&read_file($site_file, \%site)) {
1307 &read_file($site_file, \%oldsite);
/dports/mail/mailfromd/mailfromd-8.10/lib/
H A Dmfgetopt.c33 cfhint.site_file = DEFAULT_CONFIG_FILE; in mf_getopt()

123