Home
last modified time | relevance | path

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

/dports/misc/vifm/vifm-0.11/tests/autocmds/
H A Dlist.c8 static void list_handler(const char event[], const char pattern[], int negated,
20 vle_aucmd_list(NULL, NULL, &list_handler, NULL); in TEST()
30 vle_aucmd_list("cd", NULL, &list_handler, NULL); in TEST()
41 vle_aucmd_list("cd", "/path", &list_handler, NULL); in TEST()
52 vle_aucmd_list(NULL, "/path,/pat", &list_handler, NULL); in TEST()
61 vle_aucmd_list(NULL, "~", &list_handler, NULL); in TEST()
71 list_handler(const char event[], const char pattern[], int negated, in list_handler() function
/dports/www/py-rollbar/rollbar-0.16.2/rollbar/lib/
H A Dtraverse.py93 list_handler=_default_handlers[LIST], argument
117 'list_handler': list_handler,
135 …return list_handler(list(traverse(elem, key=key + (i,), **kw) for i, elem in enumerate(obj)), key=…
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/tools/
H A Dbbatch.c100 static int list_handler(void *ctx, int num_fields, char **row) in list_handler() function
225 db_get_file_list(NULL, db, restore_list, DBL_NONE, list_handler, &nb_file); in main()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/tools/
H A Dbbatch.c100 static int list_handler(void *ctx, int num_fields, char **row) in list_handler() function
225 db_get_file_list(NULL, db, restore_list, DBL_NONE, list_handler, &nb_file); in main()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/tools/
H A Dbbatch.c100 static int list_handler(void *ctx, int num_fields, char **row) in list_handler() function
225 db_get_file_list(NULL, db, restore_list, DBL_NONE, list_handler, &nb_file); in main()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/tools/
H A Dbbatch.c100 static int list_handler(void *ctx, int num_fields, char **row) in list_handler() function
225 db_get_file_list(NULL, db, restore_list, DBL_NONE, list_handler, &nb_file); in main()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/tools/
H A Dbbatch.c100 static int list_handler(void *ctx, int num_fields, char **row) in list_handler() function
225 db_get_file_list(NULL, db, restore_list, DBL_NONE, list_handler, &nb_file); in main()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/tools/
H A Dbbatch.c100 static int list_handler(void *ctx, int num_fields, char **row) in list_handler() function
225 db_get_file_list(NULL, db, restore_list, DBL_NONE, list_handler, &nb_file); in main()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/tools/
H A Dbbatch.c100 static int list_handler(void *ctx, int num_fields, char **row) in list_handler() function
225 db_get_file_list(NULL, db, restore_list, DBL_NONE, list_handler, &nb_file); in main()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/tools/
H A Dbbatch.c100 static int list_handler(void *ctx, int num_fields, char **row) in list_handler() function
225 db_get_file_list(NULL, db, restore_list, DBL_NONE, list_handler, &nb_file); in main()
/dports/devel/cvsadmin/cvsadmin-1.0.3/src/
H A Dcvsadmin.c151 int list_handler(int argc, char **argv) in list_handler() function
338 { "list", list_handler, "list of usernames || nothing" },
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_mam_archive/
H A Dmod_mam_archive.lua188 local function list_handler(event) function
301 module:hook("iq/self/urn:xmpp:archive:list", list_handler);
/dports/finance/gnucash/gnucash-4.9/common/test-core/
H A Dunittest-support.h137 gboolean list_handler; member
/dports/devel/xxgdb/xxgdb-1.12/
H A Dglobal.h141 extern void list_handler(); /* list source code */
H A Dparser.c300 list_handler();
H A Dhandler.c481 void list_handler() in list_handler() function
H A Dgdb_handler.c325 void list_handler() in list_handler() function
H A Dgdb_parser.c319 list_handler();
/dports/mail/rspamd/rspamd-3.1/lualib/rspamadm/
H A Dvault.lua230 local function list_handler(opts) function
554 list_handler(opts)
/dports/mail/rspamd-devel/rspamd-93430bb/lualib/rspamadm/
H A Dvault.lua230 local function list_handler(opts) function
554 list_handler(opts)
/dports/multimedia/xawtv/xawtv-3.107/common/
H A Dcommands.c92 static int list_handler(char *name, int argc, char **argv);
129 { "list", 0, list_handler },
943 static int list_handler(char *name, int argc, char **argv) in list_handler() function
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/kolab_files/lib/
H A Dkolab_files_engine.php642 return $this->list_handler($attrib, 'files');
650 return $this->list_handler($attrib, 'sessions');
656 protected function list_handler($attrib, $type = 'files') function in kolab_files_engine
/dports/mail/mailutils/mailutils-3.13/mh/
H A Dmhn.c1139 list_handler (mu_message_t msg, msg_part_t part, char *type, char *encoding, in list_handler() function
1200 handle_message (msg, part, list_handler, NULL); in list_message()
/dports/databases/gdbm/gdbm-1.22/src/
H A Dgdbmshell.c1307 list_handler (struct command_param *param GDBM_ARG_UNUSED, in list_handler() function
1844 .handler = list_handler,
/dports/mail/mailutils/mailutils-3.13/
H A DChangeLog19150 (list_handler): Fix rounding of the message size.