Home
last modified time | relevance | path

Searched refs:WatchCommand (Results 1 – 17 of 17) sorted by relevance

/dports/net-mgmt/seafile-client/seafile-7.0.9/daemon/
H A Dwt-monitor.c44 WatchCommand cmd; in seaf_wt_monitor_watch_repo()
73 WatchCommand cmd; in seaf_wt_monitor_unwatch_repo()
101 WatchCommand cmd; in seaf_wt_monitor_refresh_repo()
H A Dwt-monitor.h18 typedef struct WatchCommand { struct
22 } WatchCommand; argument
H A Dwt-monitor-win32.c63 WatchCommand cmd;
68 static void handle_watch_command (SeafWTMonitor *monitor, WatchCommand *cmd);
266 int to_read = sizeof(WatchCommand) - priv->cmd_bytes_read; in start_watch_cmd_pipe()
585 if (priv->cmd_bytes_read != sizeof(WatchCommand)) { in wt_monitor_job_win32()
742 handle_watch_command (SeafWTMonitor *monitor, WatchCommand *cmd) in handle_watch_command()
H A Dwt-monitor-macos.c34 static void handle_watch_command (SeafWTMonitor *monitor, WatchCommand *cmd);
322 WatchCommand cmd; in command_read_cb()
410 handle_watch_command (SeafWTMonitor *monitor, WatchCommand *cmd) in handle_watch_command()
H A Dwt-monitor-linux.c57 static void handle_watch_command (SeafWTMonitor *monitor, WatchCommand *cmd);
458 WatchCommand cmd; in wt_monitor_job_linux()
688 handle_watch_command (SeafWTMonitor *monitor, WatchCommand *cmd) in handle_watch_command()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/server/command/
H A DWatchCommand.java25 public class WatchCommand extends AbstractFourLetterCommand { class
28 public WatchCommand(PrintWriter pw, ServerCnxn serverCnxn, int len) { in WatchCommand() method in WatchCommand
H A DCommandExecutor.java77 command = new WatchCommand(pwriter, serverCnxn, commandCode); in getCommand()
/dports/www/py-webassets/webassets-2.0/examples/appengine/webassets/
H A Dscript.py199 class WatchCommand(Command): class
378 'watch': WatchCommand,
395 class WatchCommand(WatchCommand): class in GenericArgparseImplementation
399 WatchCommand.__init__(self, cmd_env)
403 for result in WatchCommand.yield_files_to_watch(self):
516 'watch': (GenericArgparseImplementation.WatchCommand, (ns,), {})
/dports/www/py-webassets/webassets-2.0/src/webassets/
H A Dscript.py199 class WatchCommand(Command): class
378 'watch': WatchCommand,
395 class WatchCommand(WatchCommand): class in GenericArgparseImplementation
399 WatchCommand.__init__(self, cmd_env)
403 for result in WatchCommand.yield_files_to_watch(self):
516 'watch': (GenericArgparseImplementation.WatchCommand, (ns,), {})
/dports/net/concourse-fly/concourse-6.7.1/fly/commands/
H A Dwatch.go14 type WatchCommand struct { struct
69 func (command *WatchCommand) Execute(args []string) error { argument
H A Dfly.go38 Watch WatchCommand `command:"watch" alias:"w" description:"Stream a build's output"`
/dports/misc/concourse/concourse-6.7.2/fly/commands/
H A Dwatch.go14 type WatchCommand struct { struct
69 func (command *WatchCommand) Execute(args []string) error { argument
H A Dfly.go38 Watch WatchCommand `command:"watch" alias:"w" description:"Stream a build's output"`
/dports/lang/clips/clips_core_source_630/core/
H A Dwatch.h85 LOCALE void WatchCommand(void *);
H A Dwatch.c356 globle void WatchCommand( in WatchCommand() function
568 EnvDefineFunction2(theEnv,"watch", 'v', PTIEF WatchCommand, "WatchCommand", "1**w"); in WatchFunctionDefinitions()
/dports/www/py-webassets/webassets-2.0/tests/
H A Dtest_script.py328 GenericArgparseImplementation.WatchCommand(
360 GenericArgparseImplementation.WatchCommand(
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/server/admin/
H A DCommands.java153 registerCommand(new WatchCommand()); in registerCommand() argument
755 public static class WatchCommand extends CommandBase { class in Commands
757 public WatchCommand() { in WatchCommand() method in Commands.WatchCommand