Home
last modified time | relevance | path

Searched refs:FetchCommand (Results 1 – 19 of 19) sorted by relevance

/dports/net/v2ray/v2ray-core-4.36.2/infra/control/
H A Dfetch.go14 type FetchCommand struct{} struct
16 func (c *FetchCommand) Name() string { argument
20 func (c *FetchCommand) Description() Description { argument
27 func (c *FetchCommand) Execute(args []string) error { argument
77 common.Must(RegisterCommand(&FetchCommand{}))
/dports/mail/geary/geary-40.0/src/engine/imap/command/
H A Dimap-fetch-command.vala20 public class Geary.Imap.FetchCommand : Command {
26 * Non-null if {@link FetchCommand} created for this {@link FetchDataSpecifier}.
32 * Non-null if {@link FetchCommand} created for this {@link FetchBodyDataSpecifier}.
37 public FetchCommand(MessageSet msg_set,
76 public FetchCommand.data_type(MessageSet msg_set,
87 public FetchCommand.body_data_type(MessageSet msg_set,
H A Dimap-store-command.vala13 * @see FetchCommand
/dports/mail/geary/geary-40.0/test/engine/imap/command/
H A Dimap-fetch-command-test.vala33 new FetchCommand(this.msg_set, data_items, null, null).to_string(),
48 new FetchCommand(this.msg_set, null, body_items, null).to_string(),
60 new FetchCommand(this.msg_set, data_items, null, null).to_string(),
80 new FetchCommand(this.msg_set, null, body_items, null).to_string(),
105 new FetchCommand(this.msg_set, data_items, body_items, null).to_string(),
/dports/mail/geary/geary-40.0/src/engine/imap/response/
H A Dimap-fetched-data.vala12 * @see FetchCommand
44 * @see FetchCommand
49 if (!server_data.get_as_string(2).equals_ci(FetchCommand.NAME))
/dports/lang/clips/clips_core_source_630/core/
H A Dtextpro.h63 LOCALE void FetchCommand(void *,DATA_OBJECT *);
H A Dtextpro.c1024 globle void FetchCommand( in FetchCommand() function
1331 EnvDefineFunction2(theEnv,"fetch",'u', PTIEF FetchCommand,"FetchCommand","11k"); in HelpFunctionDefinitions()
/dports/www/bolt/bolt-2.2.24/vendor/bin/
H A Duaparser23 $application->add(new FetchCommand($defaultYamlFile));
/dports/www/bolt/bolt-2.2.24/vendor/ua-parser/uap-php/bin/
H A Duaparser23 $application->add(new FetchCommand($defaultYamlFile));
/dports/www/bolt/bolt-2.2.24/vendor/ua-parser/uap-php/src/Command/
H A DFetchCommand.php18 class FetchCommand extends Command class
/dports/mail/geary/geary-40.0/src/engine/imap/api/
H A Dimap-folder-session.vala358 private Gee.Collection<FetchCommand> assemble_list_commands(
369 Gee.Collection<FetchCommand> cmds = new Gee.ArrayList<FetchCommand>();
378 new FetchCommand.data_type(
398 new FetchCommand(msg_set, basic_types, null, cancellable)
439 new FetchCommand.body_data_type(
453 new FetchCommand.body_data_type(
476 new FetchCommand.body_data_type(
485 new FetchCommand.body_data_type(
525 Gee.Collection<FetchCommand> cmds = assemble_list_commands(
625 new FetchCommand.data_type(
[all …]
/dports/mail/geary/geary-40.0/src/engine/imap/message/
H A Dimap-message-flags.vala11 * @see FetchCommand
H A Dimap-message-flag.vala13 * @see FetchCommand
H A Dimap-fetch-body-data-specifier.vala10 * This is only used with {@link FetchCommand}. Most IMAP FETCH calls can be achieved with
/dports/net-mgmt/icingaweb2-module-vsphere/icingaweb2-module-vsphere-1.1.1/application/clicommands/
H A DFetchCommand.php18 class FetchCommand extends CommandBase class
/dports/mail/geary/geary-40.0/src/console/
H A Dmain.vala505 new Geary.Imap.FetchCommand(msg_set, data_items, null, null)
521 new Geary.Imap.FetchCommand(
604 new Geary.Imap.FetchCommand(
/dports/net/py-pyzmq/pyzmq-22.3.0/
H A Dsetup.py820 class FetchCommand(Command): class
1155 "fetch_libzmq": FetchCommand,
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/docker/
H A Ddocker.py520 class FetchCommand(SubCommand): class
/dports/emulators/qemu/qemu-6.2.0/tests/docker/
H A Ddocker.py520 class FetchCommand(SubCommand): class