Home
last modified time | relevance | path

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

12

/dports/emulators/qemu60/qemu-6.0.0/hw/usb/
H A Ddev-storage-bot.c52 static const TypeInfo bot_info = { variable
60 type_register_static(&bot_info); in register_types()
/dports/emulators/qemu/qemu-6.2.0/hw/usb/
H A Ddev-storage-bot.c52 static const TypeInfo bot_info = { variable
60 type_register_static(&bot_info); in register_types()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/usb/
H A Ddev-storage-bot.c53 static const TypeInfo bot_info = { variable
61 type_register_static(&bot_info); in register_types()
/dports/net-im/telegram-cli/tg-20200106/tgl/
H A Dbinlog.c560 …le_photo, int *last_read_in, int *last_read_out, struct tl_ds_bot_info *bot_info, int flags) /* {{… in bl_do_user() argument
659 if (bot_info) { in bl_do_user()
660 if (!U->bot_info || U->bot_info->version != DS_LVAL (bot_info->version)) { in bl_do_user()
661 if (U->bot_info) { in bl_do_user()
662 tgls_free_bot_info (TLS, U->bot_info); in bl_do_user()
664 U->bot_info = tglf_fetch_alloc_bot_info (TLS, bot_info); in bl_do_user()
H A Dtgl-binlog.h61 …*profile_photo, int *last_read_in, int *last_read_out, struct tl_ds_bot_info *bot_info, int flags);
H A Dbinlog.tl63 bot_info:flags.26?BotInfo
H A Dtgl-layout.h365 struct tgl_bot_info *bot_info; member
/dports/net-im/telegram-purple/telegram-purple-1.4.3/tgl/
H A Dbinlog.c560 …le_photo, int *last_read_in, int *last_read_out, struct tl_ds_bot_info *bot_info, int flags) /* {{… in bl_do_user() argument
659 if (bot_info) { in bl_do_user()
660 if (!U->bot_info || U->bot_info->version != DS_LVAL (bot_info->version)) { in bl_do_user()
661 if (U->bot_info) { in bl_do_user()
662 tgls_free_bot_info (TLS, U->bot_info); in bl_do_user()
664 U->bot_info = tglf_fetch_alloc_bot_info (TLS, bot_info); in bl_do_user()
H A Dtgl-binlog.h61 …*profile_photo, int *last_read_in, int *last_read_out, struct tl_ds_bot_info *bot_info, int flags);
H A Dbinlog.tl63 bot_info:flags.26?BotInfo
H A Dtgl-layout.h365 struct tgl_bot_info *bot_info; member
H A Dstructures.c390 DS_UF->bot_info, in tglf_fetch_alloc_user_full()
615 if (DS_CF->bot_info) { in tglf_fetch_alloc_chat_full()
616 int n = DS_LVAL (DS_CF->bot_info->cnt); in tglf_fetch_alloc_chat_full()
619 struct tl_ds_bot_info *DS_BI = DS_CF->bot_info->data[i]; in tglf_fetch_alloc_chat_full()
2231 if (U->bot_info) { tgls_free_bot_info (TLS, U->bot_info); } in tgls_free_user()
/dports/www/matomo/piwik/plugins/DevicesDetection/templates/
H A Ddetection.twig53 {% if bot_info %}
55 <h3>{{ 'DevicesDetection_BotDetected'|translate(bot_info.name) }}</h3>
/dports/www/chromium-legacy/chromium-88.0.4324.182/testing/buildbot/
H A Dgenerate_buildbot_json.py1922 bot_info = bots[bot]
1923 tests = self.flatten_tests_for_bot(bot_info)
1950 bot_info = waterfall_tests[bot]
1951 bots[bot] = bot_info
1954 def flatten_tests_for_bot(self, bot_info): argument
1963 if not test_cat in bot_info:
1965 test_cat_tests = bot_info[test_cat]
2016 bot_info = bots[bot]
2017 tests = self.flatten_tests_for_bot(bot_info)
2076 bot_info = bots[bot_id]
[all …]
/dports/irc/evangeline/evangeline-msa/src/
H A Devangeline.h240 struct bot_info *bot;
301 struct bot_info { struct
/dports/irc/evangeline/evangeline/src/
H A Devangeline.h240 struct bot_info *bot;
301 struct bot_info { struct
/dports/net-im/telegram-cli/tg-20200106/
H A Dinterface.c2039 if (!U->bot_info) { in complete_user_command()
2043 if (index >= U->bot_info->commands_num) { in complete_user_command()
2044 …return U->bot_info->commands_num + complete_message_answer (P, index - U->bot_info->commands_num, … in complete_user_command()
2048 …while (index < U->bot_info->commands_num && strncmp (U->bot_info->commands[index].command, text, l… in complete_user_command()
2051 if (index < U->bot_info->commands_num) { in complete_user_command()
2057 …return U->bot_info->commands_num + complete_message_answer (P, index - U->bot_info->commands_num, … in complete_user_command()
2075 if (!U->bot_info) { continue; } in complete_chat_command()
2079 …while (index - tot < U->bot_info->commands_num && strncmp (U->bot_info->commands[index - tot].comm… in complete_chat_command()
2093 tot += U->bot_info->commands_num; in complete_chat_command()
2785 if (U->bot_info) { in print_user_info_gw()
[all …]
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Deggdrop.h396 struct bot_info *bot;
461 struct bot_info { struct
/dports/www/matomo/piwik/plugins/DevicesDetection/
H A DController.php35 $view->bot_info = $uaParser->getBot();
/dports/emulators/qemu42/qemu-4.2.1/hw/usb/
H A Ddev-storage.c777 static const TypeInfo bot_info = { variable
787 type_register_static(&bot_info); in usb_msd_register_types()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/usb/
H A Ddev-storage.c775 static const TypeInfo bot_info = { variable
785 type_register_static(&bot_info); in usb_msd_register_types()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/usb/
H A Ddev-storage.c777 static const TypeInfo bot_info = { variable
787 type_register_static(&bot_info); in usb_msd_register_types()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/usb/
H A Ddev-storage.c775 static const TypeInfo bot_info = { variable
785 type_register_static(&bot_info); in usb_msd_register_types()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/usb/
H A Ddev-storage.c775 static const TypeInfo bot_info = { variable
785 type_register_static(&bot_info); in usb_msd_register_types()
/dports/emulators/qemu5/qemu-5.2.0/hw/usb/
H A Ddev-storage.c788 static const TypeInfo bot_info = { variable
798 type_register_static(&bot_info); in usb_msd_register_types()

12