Home
last modified time | relevance | path

Searched refs:can_sync (Results 1 – 25 of 34) sorted by relevance

12

/dports/editors/setzer/Setzer-0.4.1/setzer/app/
H A Dforward_sync_manager.py29 self.can_sync = False
61 can_sync = False
64 if self.document.can_sync:
65 can_sync = True
66 self.can_sync = can_sync
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/lib/
H A DTableSyncChunk.t298 [ $t->can_sync(tbl_struct=>$tbl_struct) ],
306 [ $t->can_sync(tbl_struct=>$tbl_struct) ],
316 [ $t->can_sync(tbl_struct=>$tbl_struct) ],
325 [ $t->can_sync(tbl_struct=>$tbl_struct, chunk_col=>'b') ],
334 [ $t->can_sync(tbl_struct=>$tbl_struct, chunk_index=>'b') ],
343 [ $t->can_sync(tbl_struct=>$tbl_struct, chunk_col=>'b', chunk_index=>'b') ],
352 [ $t->can_sync(tbl_struct=>$tbl_struct, chunk_col=>'b', chunk_index=>'PRIMARY') ],
H A DTableSyncNibble.t441 my ($can_sync, %plugin_args);
460 (undef, %plugin_args) = $t->can_sync(tbl_struct => $tbl_struct);
571 ($can_sync, %plugin_args) = $t->can_sync(tbl_struct => $tbl_struct);
573 $can_sync,
/dports/editors/setzer/Setzer-0.4.1/setzer/document/context_menu/
H A Dcontext_menu.py36 self.can_sync = False
48 self.can_sync = self.forward_sync_manager.can_sync
50 self.presenter.on_can_sync_changed(self.can_sync)
H A Dcontext_menu_presenter.py42 def on_can_sync_changed(self, can_sync): argument
43 self.scbar_view.model_button_show_in_preview.set_sensitive(can_sync)
95 menu_item_show_in_preview.set_sensitive(self.context_menu.can_sync)
/dports/editors/setzer/Setzer-0.4.1/setzer/document/latex/build_system/
H A Dbuild_system_controller.py71 query_obj.can_sync = True
77 query_obj.can_sync = True
90 query_obj.can_sync = False
/dports/editors/setzer/Setzer-0.4.1/setzer/document/latex/
H A Ddocument_latex.py48 self.can_sync = False
228 self.can_sync = True
230 self.can_sync = False
231 self.add_change_code('can_sync_changed', self.can_sync)
239 if self.can_sync:
244 if self.can_sync:
/dports/audio/rhythmbox/rhythmbox-3.4.4/rhythmdb/
H A Drhythmdb-song-entry-types.c129 gboolean can_sync; in song_can_sync_metadata() local
135 can_sync = rb_metadata_can_save (db->priv->metadata, media_type); in song_can_sync_metadata()
138 return can_sync; in song_can_sync_metadata()
/dports/sysutils/webmin/webmin-1.981/htaccess-htpasswd/
H A Dhtaccess-lib.pl14 $can_htpasswd, $can_htgroups, $can_create, $can_sync, %access);
53 $can_sync = $access{'sync'};
H A Dsave_dir.cgi222 $sync = "-" if (!$can_sync);
245 $dir->[3] = $sync if ($can_sync);
H A Dedit_dir.cgi117 if ($can_sync) {
/dports/sysutils/usermin/usermin-1.830/htaccess-htpasswd/
H A Dhtaccess-lib.pl14 $can_htpasswd, $can_htgroups, $can_create, $can_sync, %access);
53 $can_sync = $access{'sync'};
H A Dsave_dir.cgi222 $sync = "-" if (!$can_sync);
245 $dir->[3] = $sync if ($can_sync);
H A Dedit_dir.cgi117 if ($can_sync) {
/dports/editors/setzer/Setzer-0.4.1/setzer/document/latex/build_system/builder/
H A Dbuilder_build_latex.py76 query.can_sync = self.copy_synctex_file(query)
89 'has_synctex_file': query.can_sync,
H A Dbuilder_backward_sync.py38 if not query.can_sync:
H A Dbuilder_forward_sync.py39 if not query.can_sync:
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/lib/
H A DTableSyncer.pm64 my ($can_sync, %plugin_args) = $plugin->can_sync(%args);
65 if ( $can_sync ) {
H A DTableSyncStream.pm45 sub can_sync { subroutine
H A DTableSyncGroupBy.pm46 sub can_sync { subroutine
/dports/net/gupnp/gupnp-1.4.0/libgupnp/
H A Dgupnp-acl.h70 gboolean (*can_sync) (GUPnPAcl *self); member
H A Dgupnp-acl.c155 return GUPNP_ACL_GET_IFACE (self)->can_sync (self); in gupnp_acl_can_sync()
/dports/editors/setzer/Setzer-0.4.1/setzer/document/latex/build_system/query/
H A Dquery.py39 self.can_sync = False
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/include/uhdlib/usrp/common/
H A Dmax287x.hpp210 virtual bool can_sync(void) = 0;
243 virtual bool can_sync();
912 bool max287x<max287x_regs_t>::can_sync(void) in can_sync() function in max287x
/dports/editors/setzer/Setzer-0.4.1/setzer/document/
H A Ddocument_controller.py53 if self.forward_sync_manager.can_sync:

12