Home
last modified time | relevance | path

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

/PHP-7.1/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.1/ext/pcre/pcrelib/
H A Dpcre_get.c79 int top, bot; in pcre_get_stringnumber() local
113 bot = 0; in pcre_get_stringnumber()
114 while (top > bot) in pcre_get_stringnumber()
116 int mid = (top + bot) / 2; in pcre_get_stringnumber()
121 if (c > 0) bot = mid + 1; else top = mid; in pcre_get_stringnumber()
162 int top, bot; in pcre_get_stringtable_entries() local
197 bot = 0; in pcre_get_stringtable_entries()
198 while (top > bot) in pcre_get_stringtable_entries()
200 int mid = (top + bot) / 2; in pcre_get_stringtable_entries()
232 if (c > 0) bot = mid + 1; else top = mid; in pcre_get_stringtable_entries()
H A Dpcre_compile.c1513 int i, bot, top; in get_ucp() local
1555 bot = 0; in get_ucp()
1558 while (bot < top) in get_ucp()
1561 i = (bot + top) >> 1; in get_ucp()
1569 if (r > 0) bot = i + 1; else top = i; in get_ucp()
/PHP-7.1/main/
H A Dmergesort.c248 #define reverse(bot, top) { \ argument
253 tmp = *bot; *bot++ = *s; *s++ = tmp; \
256 } while(bot < s); \
/PHP-7.1/ext/date/lib/
H A Dparse_date.re328 unsigned int cnt = s->tok - s->bot;
330 memcpy(s->bot, s->tok, s->lim - s->tok);
331 s->tok = s->bot;
338 uchar *buf = (uchar*) timelib_malloc(((s->lim - s->bot) + BSIZE)*sizeof(uchar));
341 s->ptr = &buf[s->ptr - s->bot];
342 cursor = &buf[cursor - s->bot];
343 s->pos = &buf[s->pos - s->bot];
344 s->lim = &buf[s->lim - s->bot];
346 timelib_free(s->bot);
347 s->bot = buf;
H A Dparse_date.c330 unsigned int cnt = s->tok - s->bot;
332 memcpy(s->bot, s->tok, s->lim - s->tok);
333 s->tok = s->bot;
340 uchar *buf = (uchar*) timelib_malloc(((s->lim - s->bot) + BSIZE)*sizeof(uchar));
343 s->ptr = &buf[s->ptr - s->bot];
344 cursor = &buf[cursor - s->bot];
345 s->pos = &buf[s->pos - s->bot];
346 s->lim = &buf[s->lim - s->bot];
348 timelib_free(s->bot);
349 s->bot = buf;
/PHP-7.1/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.1/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt716 "&bot;",
2850 &bot; => ⊥ e28aa5
/PHP-7.1/ext/standard/html_tables/
H A Dents_html5.txt711 bot 022A5

Completed in 185 milliseconds