Home
last modified time | relevance | path

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

12345678910>>...147

/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/data/
H A DMONITOR-6_6_1_1.DAT30 1 1 Bot 2.393732 5 2.383732
35 1 2 Bot 1.976495 10 1.956495
40 1 3 Bot 2.233187 15 2.203187
45 2 1 Bot 2.120452 20 2.080452
50 2 2 Bot 1.900688 25 1.850688
55 2 3 Bot 2.251576 30 2.191576
60 3 1 Bot 1.429586 35 1.359586
65 3 2 Bot 1.777603 40 1.697603
70 3 3 Bot 1.540863 45 1.450863
75 4 1 Bot 2.162919 50 2.062919
[all …]
/dports/irc/p5-IRC-Bot-Hangman/IRC-Bot-Hangman-0.1/
H A DMETA.yml2 name: IRC-Bot-Hangman
7 Bot::BasicBot: 0
21 IRC::Bot::Hangman:
22 file: lib/IRC/Bot/Hangman.pm
24 IRC::Bot::Hangman::Command:
25 file: lib/IRC/Bot/Hangman/Command.pm
26 IRC::Bot::Hangman::Command::Default:
28 IRC::Bot::Hangman::Command::Eliza:
32 IRC::Bot::Hangman::Response:
34 IRC::Bot::Hangman::Response::Default:
[all …]
H A DMANIFEST4 lib/IRC/Bot/Hangman.pm
5 lib/IRC/Bot/Hangman/Command.pm
6 lib/IRC/Bot/Hangman/Command/Default.pm
7 lib/IRC/Bot/Hangman/Command/Eliza.pm
8 lib/IRC/Bot/Hangman/Command/Profanity.pm
9 lib/IRC/Bot/Hangman/Response.pm
10 lib/IRC/Bot/Hangman/Response/Default.pm
11 lib/IRC/Bot/Hangman/Response/Profanity.pm
12 lib/IRC/Bot/Hangman/WordList.pm
13 lib/IRC/Bot/Hangman/WordList/Default.pm
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/
H A Dbot_store.go16 func makeBotWithUser(t *testing.T, ss store.Store, bot *model.Bot) (*model.Bot, *model.User) { argument
21 bot, nErr := ss.Bot().Save(bot)
171 require.Equal(t, []*model.Bot{
216 require.Equal(t, []*model.Bot{
228 require.Equal(t, []*model.Bot{
236 require.Equal(t, []*model.Bot{
245 require.Equal(t, []*model.Bot{
260 require.Equal(t, []*model.Bot{
315 bot := &model.Bot{
321 _, err := ss.Bot().Save(bot)
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/mocks/
H A DBotStore.go21 var r0 *model.Bot
26 r0 = ret.Get(0).(*model.Bot)
44 var r0 []*model.Bot
78 func (_m *BotStore) Save(bot *model.Bot) (*model.Bot, error) {
81 var r0 *model.Bot
82 if rf, ok := ret.Get(0).(func(*model.Bot) *model.Bot); ok {
86 r0 = ret.Get(0).(*model.Bot)
101 func (_m *BotStore) Update(bot *model.Bot) (*model.Bot, error) {
104 var r0 *model.Bot
105 if rf, ok := ret.Get(0).(func(*model.Bot) *model.Bot); ok {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dbot_test.go15 bot := &Bot{
52 Bot *Bot
57 &Bot{},
62 &Bot{
77 &Bot{
92 &Bot{
107 &Bot{
122 &Bot{
137 &Bot{
152 &Bot{
[all …]
H A Dbot.go24 type Bot struct { struct
53 type BotList []*Bot
61 func (b *Bot) Clone() *Bot { argument
67 func (b *Bot) IsValid() *AppError { argument
100 func (b *Bot) PreSave() { argument
107 func (b *Bot) PreUpdate() { argument
112 func (b *Bot) Etag() string { argument
119 func (b *Bot) Patch(patch *BotPatch) { argument
151 func UserFromBot(b *Bot) *User { argument
162 func BotFromUser(u *User) *Bot {
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/include/aws/chime/model/
H A DBot.h34 class AWS_CHIME_API Bot
37 Bot();
38 Bot(Aws::Utils::Json::JsonView jsonValue);
39 Bot& operator=(Aws::Utils::Json::JsonView jsonValue);
71 inline Bot& WithBotId(const Aws::String& value) { SetBotId(value); return *this;} in WithBotId()
81 inline Bot& WithBotId(const char* value) { SetBotId(value); return *this;} in WithBotId()
112 inline Bot& WithUserId(const Aws::String& value) { SetUserId(value); return *this;} in WithUserId()
122 inline Bot& WithUserId(const char* value) { SetUserId(value); return *this;} in WithUserId()
189 inline Bot& WithBotType(const BotType& value) { SetBotType(value); return *this;} in WithBotType()
215 inline Bot& WithDisabled(bool value) { SetDisabled(value); return *this;} in WithDisabled()
[all …]
H A DListBotsResult.h40 inline const Aws::Vector<Bot>& GetBots() const{ return m_bots; } in GetBots()
45 inline void SetBots(const Aws::Vector<Bot>& value) { m_bots = value; } in SetBots()
50 inline void SetBots(Aws::Vector<Bot>&& value) { m_bots = std::move(value); } in SetBots()
55 inline ListBotsResult& WithBots(const Aws::Vector<Bot>& value) { SetBots(value); return *this;} in WithBots()
60 …inline ListBotsResult& WithBots(Aws::Vector<Bot>&& value) { SetBots(std::move(value)); return *thi… in WithBots()
65 inline ListBotsResult& AddBots(const Bot& value) { m_bots.push_back(value); return *this; } in AddBots()
70 … inline ListBotsResult& AddBots(Bot&& value) { m_bots.push_back(std::move(value)); return *this; } in AddBots()
110 Aws::Vector<Bot> m_bots;
H A DCreateBotResult.h38 inline const Bot& GetBot() const{ return m_bot; } in GetBot()
43 inline void SetBot(const Bot& value) { m_bot = value; } in SetBot()
48 inline void SetBot(Bot&& value) { m_bot = std::move(value); } in SetBot()
53 inline CreateBotResult& WithBot(const Bot& value) { SetBot(value); return *this;} in WithBot()
58 inline CreateBotResult& WithBot(Bot&& value) { SetBot(std::move(value)); return *this;} in WithBot()
62 Bot m_bot;
/dports/www/phpbb3/phpBB3/phpbb/install/module/install_data/task/
H A Dadd_bots.php71 'Gigabot [Bot]' => array('Gigabot/', ''),
75 'Google [Bot]' => array('Googlebot', ''),
81 'Majestic-12 [Bot]' => array('MJ12bot/', ''),
82 'Metager [Bot]' => array('MetagerBot/', ''),
84 'MSN [Bot]' => array('msnbot/', ''),
96 'TurnitinBot [Bot]' => array('TurnitinBot/', ''),
97 'Voyager [Bot]' => array('voyager/', ''),
101 'YaCy [Bot]' => array('yacybot', ''),
103 'Yahoo Slurp [Bot]' => array('Yahoo! DE Slurp', ''),
104 'Yahoo [Bot]' => array('Yahoo! Slurp', ''),
[all …]
/dports/games/wop/wop-0.4.3/src/
H A Dbot.cpp35 const char* Bot::m_internalTypeString[Bot::NUM_BOT_TYPES+1] =
45 const SettingDef Bot::m_SettingDef[Bot::NUM_SETTING_DEFS+1] =
56 Bot::Bot() in Bot() function in Bot
57 : m_ID(Bot::UNDEFINED_BOT), in Bot()
64 Bot::~Bot() in ~Bot()
69 Bot* Bot::createBot( const char* const botName ) in createBot()
71 Bot *newBot = 0x0; in createBot()
99 Uint32 Bot::getSerializeBufferSize() const in getSerializeBufferSize()
144 void Bot::defaultConfig() in defaultConfig()
351 Object* Bot::getFirstVisibleObject() in getFirstVisibleObject()
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/matterbridge/gozulipbot/
H A Dbot.go12 type Bot struct { struct
28 func (b *Bot) Init() *Bot { argument
34 func (b *Bot) GetStreamList() (*http.Response, error) { argument
55 func (b *Bot) GetStreams() ([]string, error) { argument
81 func (b *Bot) GetRawStreams() (StreamJSON, error) { argument
144 func (b *Bot) ListSubscriptions() (*http.Response, error) { argument
183 q := &Queue{Bot: b}
194 func (b *Bot) RegisterAll() (*Queue, error) { argument
198 func (b *Bot) RegisterAt() (*Queue, error) { argument
202 func (b *Bot) RegisterPrivate() (*Queue, error) { argument
[all …]
H A Dqueue.go29 Bot *Bot `json:"-"` member
49 …backoffTime := time.Now().Add(q.Bot.Backoff * time.Duration(math.Pow10(int(atomic.LoadInt64(&q.Bot
50 minTime := time.Now().Add(q.Bot.Backoff)
61 atomic.AddInt64(&q.Bot.Retries, 1)
67 atomic.StoreInt64(&q.Bot.Retries, 0)
98 …backoffTime := time.Now().Add(q.Bot.Backoff * time.Duration(math.Pow10(int(atomic.LoadInt64(&q.Bot
99 minTime := time.Now().Add(q.Bot.Backoff)
110 atomic.AddInt64(&q.Bot.Retries, 1)
116 atomic.StoreInt64(&q.Bot.Retries, 0)
184 req, err := q.Bot.constructRequest("GET", url, "")
[all …]
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dbot.go26 type Bot struct { struct
55 type BotList []*Bot
63 func (b *Bot) Clone() *Bot { argument
102 func (b *Bot) PreSave() { argument
109 func (b *Bot) PreUpdate() { argument
114 func (b *Bot) Etag() string { argument
119 func (b *Bot) ToJson() []byte { argument
126 var bot *Bot
188 func UserFromBot(b *Bot) *User { argument
199 func BotFromUser(u *User) *Bot {
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dbot.go25 type Bot struct { struct
54 type BotList []*Bot
62 func (b *Bot) Clone() *Bot { argument
101 func (b *Bot) PreSave() { argument
108 func (b *Bot) PreUpdate() { argument
113 func (b *Bot) Etag() string { argument
118 func (b *Bot) ToJson() []byte { argument
125 var bot *Bot
168 func UserFromBot(b *Bot) *User { argument
179 func BotFromUser(u *User) *Bot {
[all …]
/dports/games/mrboom/MrBoom-src-5.2/ai/
H A DBot.cpp9 Bot::Bot(int playerIndex) in Bot() function in Bot
15 void Bot::initBot() in initBot()
32 bool Bot::cellSafe(int cell) in cellSafe()
40 int Bot::bestBonusCell() in bestBonusCell()
146 int Bot::bestCellToDropABomb() in bestCellToDropABomb()
180 int Bot::bestSafeCell() in bestSafeCell()
220 bool Bot::amISafe() in amISafe()
233 int Bot::howManyBombsLeft() in howManyBombsLeft()
238 void Bot::printGrid() in printGrid()
322 void Bot::stopWalking() in stopWalking()
[all …]
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dbot.go24 type Bot struct { struct
53 type BotList []*Bot
61 func (b *Bot) Clone() *Bot { argument
67 func (b *Bot) IsValid() *AppError { argument
100 func (b *Bot) PreSave() { argument
107 func (b *Bot) PreUpdate() { argument
112 func (b *Bot) Etag() string { argument
119 func (b *Bot) Patch(patch *BotPatch) { argument
151 func UserFromBot(b *Bot) *User { argument
162 func BotFromUser(u *User) *Bot {
[all …]
/dports/games/3omns/3omns-0.2/res/base/
H A Dbot.lua22 local Bot = obj.class("Bot")
23 package.loaded[...] = Bot
36 function Bot:co_start(elapsed)
46 function Bot:co_rethink(danger)
57 function Bot:do_until(act, done)
65 function Bot:co_wait(duration)
74 function Bot:co_act(action)
80 function Bot:co_fire()
84 Bot.co_move = Bot.co_act -- Assume action is u/d/l/r, but it's w/e.
93 function Bot:get_danger(pos)
[all …]
/dports/games/qudos/QuDos-0.40.1-src/src/mods/3zb2/
H A Dbot_func.c60 strcpy(Bot[i].netname,Buff); in Load_BotInfo()
62 strcpy(Bot[i].model,"male"); in Load_BotInfo()
67 Bot[i].param[BOP_WALK] = 0; in Load_BotInfo()
68 Bot[i].param[BOP_AIM] = 5; in Load_BotInfo()
71 Bot[i].param[BOP_ROCJ] = 0; in Load_BotInfo()
77 Bot[i].spflg = 0; in Load_BotInfo()
79 Bot[i].team = j; in Load_BotInfo()
192 else Bot[i].team = 1; in Load_BotInfo()
692 else Bot[j].team = 1; in SpawnBotReserving2()
720 if(Bot[i].spflg == BOT_SPAWNED || Bot[i].spflg == BOT_NEXTLEVEL) in RemoveBot()
[all …]
/dports/games/quake2-3zb2/quake2-3zb2-0.97_1/
H A Dbot_func.c60 strcpy(Bot[i].netname,Buff); in Load_BotInfo()
62 strcpy(Bot[i].model,"male"); in Load_BotInfo()
67 Bot[i].param[BOP_WALK] = 0; in Load_BotInfo()
68 Bot[i].param[BOP_AIM] = 5; in Load_BotInfo()
71 Bot[i].param[BOP_ROCJ] = 0; in Load_BotInfo()
77 Bot[i].spflg = 0; in Load_BotInfo()
79 Bot[i].team = j; in Load_BotInfo()
192 else Bot[i].team = 1; in Load_BotInfo()
692 else Bot[j].team = 1; in SpawnBotReserving2()
720 if(Bot[i].spflg == BOT_SPAWNED || Bot[i].spflg == BOT_NEXTLEVEL) in RemoveBot()
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/
H A Dretrylayer_test.go62 mockBotStore := mock.Bot().(*mocks.BotStore)
66 layer.Bot().Get("test", false)
71 mockBotStore := mock.Bot().(*mocks.BotStore)
75 layer.Bot().Get("test", false)
80 mockBotStore := mock.Bot().(*mocks.BotStore)
85 layer.Bot().Get("test", false)
90 mockBotStore := mock.Bot().(*mocks.BotStore)
95 layer.Bot().Get("test", false)
108 layer.Bot().Get("test", false)
116 mockBotStore := mock.Bot().(*mocks.BotStore)
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/api4/
H A Dbot_local.go7 api.BaseRoutes.Bot.Handle("", api.APILocal(getBot)).Methods("GET")
8 api.BaseRoutes.Bot.Handle("", api.APILocal(patchBot)).Methods("PUT")
9 api.BaseRoutes.Bot.Handle("/disable", api.APILocal(disableBot)).Methods("POST")
10 api.BaseRoutes.Bot.Handle("/enable", api.APILocal(enableBot)).Methods("POST")
11 api.BaseRoutes.Bot.Handle("/convert_to_user", api.APILocal(convertBotToUser)).Methods("POST")
12 …api.BaseRoutes.Bot.Handle("/assign/{user_id:[A-Za-z0-9]+}", api.APILocal(assignBot)).Methods("POST…
/dports/security/py-fail2ban/fail2ban-0.11.2/config/filter.d/
H A Dapache-badbots.conf11Bot DOT 16b|Demo Bot Z 16b|DSurf15a 01|DSurf15a 71|DSurf15a 81|DSurf15a VA|EBrowse 1\.4b|Educate S…
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dbot.go20 func (a *App) CreateBot(c *request.Context, bot *model.Bot) (*model.Bot, *model.AppError) { argument
45 savedBot, nErr := a.Srv().Store.Bot().Save(bot)
109 warnMetricsBot := &model.Bot{
138 systemBot := &model.Bot{
148 func (a *App) getOrCreateBot(botDef *model.Bot) (*model.Bot, *model.AppError) { argument
181 savedBot, nErr := a.Srv().Store.Bot().Save(botDef)
262 bot, nErr = a.Srv().Store.Bot().Update(bot)
295 bots, err := a.Srv().Store.Bot().GetAll(options)
340 bot, nErr = a.Srv().Store.Bot().Update(bot)
392 bot, err = a.Srv().Store.Bot().Update(bot)
[all …]

12345678910>>...147