Home
last modified time | relevance | path

Searched refs:bot (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/ext/gd/tests/
H A Dlibgd00100.phpt26 $bot = 255;
32 $x+2*$d, $bot,
34 $x, $bot
40 $bot = 70;
46 $right, $bot,
47 $left, $bot,
54 $bot = 270;
60 $right, $bot,
61 $left, $bot,
68 $bot = 15;
[all …]
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_script_run.c406 int bot = 1; in PRIV() local
410 if (top <= bot + 1) /* <= rather than == is paranoia */ in PRIV()
415 mid = (top + bot) / 2; in PRIV()
416 if (c <= PRIV(ucd_digit_sets)[mid]) top = mid; else bot = mid; in PRIV()
H A Dpcre2_substring.c483 uint16_t bot = 0; in pcre2_substring_nametable_scan() local
488 while (top > bot) in pcre2_substring_nametable_scan()
490 uint16_t mid = (top + bot) / 2; in pcre2_substring_nametable_scan()
516 if (c > 0) bot = mid + 1; else top = mid; in pcre2_substring_nametable_scan()
H A Dpcre2_compile.c2068 PCRE2_SIZE i, bot, top; in get_ucp() local
2113 bot = 0; in get_ucp()
2116 while (bot < top) in get_ucp()
2119 i = (bot + top) >> 1; in get_ucp()
2127 if (r > 0) bot = i + 1; else top = i; in get_ucp()
/PHP-7.4/main/
H A Dmergesort.c246 #define reverse(bot, top) { \ argument
251 tmp = *bot; *bot++ = *s; *s++ = tmp; \
254 } while(bot < s); \
/PHP-7.4/ext/date/lib/
H A Dparse_date.re304 unsigned int cnt = s->tok - s->bot;
306 memcpy(s->bot, s->tok, s->lim - s->tok);
307 s->tok = s->bot;
314 uchar *buf = (uchar*) timelib_malloc(((s->lim - s->bot) + BSIZE)*sizeof(uchar));
317 s->ptr = &buf[s->ptr - s->bot];
318 cursor = &buf[cursor - s->bot];
319 s->pos = &buf[s->pos - s->bot];
320 s->lim = &buf[s->lim - s->bot];
322 timelib_free(s->bot);
323 s->bot = buf;
H A Dparse_date.c306 unsigned int cnt = s->tok - s->bot;
308 memcpy(s->bot, s->tok, s->lim - s->tok);
309 s->tok = s->bot;
316 uchar *buf = (uchar*) timelib_malloc(((s->lim - s->bot) + BSIZE)*sizeof(uchar));
319 s->ptr = &buf[s->ptr - s->bot];
320 cursor = &buf[cursor - s->bot];
321 s->pos = &buf[s->pos - s->bot];
322 s->lim = &buf[s->lim - s->bot];
324 timelib_free(s->bot);
325 s->bot = buf;
/PHP-7.4/ext/standard/tests/misc/
H A Duser_agents.txt33 Googlebot/2.1 (+http://www.google.com/bot.html)
229 Mozilla/5.0+(compatible;+CukBot;+Not+a+spammer;+++https://www.companiesintheuk.co.uk/bot.html)
237 Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
243 Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)
246 Mozilla/5.0 (compatible; MojeekBot/0.6; +https://www.mojeek.com/bot.html)
276 Mozilla/5.0 (compatible; SemrushBot/1.1~bl; +http://www.semrush.com/bot.html)
281 Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )
282 Mozilla/5.0 (compatible; SurdotlyBot/1.0; +http://sur.ly/bot.html)
937 …i7-4980HQ; de; rv:32.0; compatible; JobboerseBot; http://www.jobboerse.com/bot.htm) Gecko/20100101…
978 Phantom.js bot
[all …]
H A Dget_browser_variation3.phpt79 Agent Googlebot/2.1 (+http://www.google.com/bot.html)
471 Agent Mozilla/5.0+(compatible;+CukBot;+Not+a+spammer;+++https://www.companiesintheuk.co.uk/bot.html)
487 Agent Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
499 Agent Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)
505 Agent Mozilla/5.0 (compatible; MojeekBot/0.6; +https://www.mojeek.com/bot.html)
565 Agent Mozilla/5.0 (compatible; SemrushBot/1.1~bl; +http://www.semrush.com/bot.html)
575 Agent Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )
577 Agent Mozilla/5.0 (compatible; SurdotlyBot/1.0; +http://sur.ly/bot.html)
1887 …i7-4980HQ; de; rv:32.0; compatible; JobboerseBot; http://www.jobboerse.com/bot.htm) Gecko/20100101…
1969 Agent Phantom.js bot
[all …]
H A Dbrowscap.ini111 [Googlebot/2.1 (*http://www.google.com/bot.html)]
115 [Googlebot/2.1 (*http://www.googlebot.com/bot.html)]
876 [Orbiter (?http://www.dailyorbit.com/bot.htm)]
1191 [Mozilla/5.0 (Votay bot/*)]
1305 [bot/* (bot; *bot@bot.bot)]
1307 Browser="bot" argument
1947 [Tecomi Bot (http://www.tecomi.com/bot.htm)]
2138 [CipinetBot (http://www.cipinet.com/bot.html)]
2717 [Mozilla/4.04 (compatible; Dulance bot;*)]
3572 [TargetYourNews.com bot]
[all …]
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c84 zval bot; member
1062 #define SET_RESULT_BOT(op) SET_RESULT(op, &ctx->bot)
2502 MAKE_BOT(&sccp->bot); in sccp_context_init()
/PHP-7.4/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt716 "&bot;",
2850 &bot; => ⊥ e28aa5
/PHP-7.4/ext/standard/html_tables/
H A Dents_html5.txt711 bot 022A5

Completed in 203 milliseconds