Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/pcre/pcrelib/
H A Dpcre_get.c81 int top, bot; in pcre_get_stringnumber() local
115 bot = 0; in pcre_get_stringnumber()
116 while (top > bot) in pcre_get_stringnumber()
118 int mid = (top + bot) / 2; in pcre_get_stringnumber()
123 if (c > 0) bot = mid + 1; else top = mid; in pcre_get_stringnumber()
164 int top, bot; in pcre_get_stringtable_entries() local
199 bot = 0; in pcre_get_stringtable_entries()
200 while (top > bot) in pcre_get_stringtable_entries()
202 int mid = (top + bot) / 2; in pcre_get_stringtable_entries()
234 if (c > 0) bot = mid + 1; else top = mid; in pcre_get_stringtable_entries()
H A Dpcre_compile.c1515 int i, bot, top; in get_ucp() local
1557 bot = 0; in get_ucp()
1560 while (bot < top) in get_ucp()
1563 i = (bot + top) >> 1; in get_ucp()
1571 if (r > 0) bot = i + 1; else top = i; in get_ucp()
/PHP-5.5/main/
H A Dmergesort.c248 #define reverse(bot, top) { \ argument
253 tmp = *bot; *bot++ = *s; *s++ = tmp; \
256 } while(bot < s); \
/PHP-5.5/ext/date/lib/
H A Dparse_date.re309 unsigned int cnt = s->tok - s->bot;
311 memcpy(s->bot, s->tok, s->lim - s->tok);
312 s->tok = s->bot;
319 uchar *buf = (uchar*) malloc(((s->lim - s->bot) + BSIZE)*sizeof(uchar));
322 s->ptr = &buf[s->ptr - s->bot];
323 cursor = &buf[cursor - s->bot];
324 s->pos = &buf[s->pos - s->bot];
325 s->lim = &buf[s->lim - s->bot];
327 free(s->bot);
328 s->bot = buf;
H A Dparse_date.c311 unsigned int cnt = s->tok - s->bot;
313 memcpy(s->bot, s->tok, s->lim - s->tok);
314 s->tok = s->bot;
321 uchar *buf = (uchar*) malloc(((s->lim - s->bot) + BSIZE)*sizeof(uchar));
324 s->ptr = &buf[s->ptr - s->bot];
325 cursor = &buf[cursor - s->bot];
326 s->pos = &buf[s->pos - s->bot];
327 s->lim = &buf[s->lim - s->bot];
329 free(s->bot);
330 s->bot = buf;
/PHP-5.5/ext/standard/tests/misc/
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-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt716 "&bot;",
2850 &bot; => ⊥ e28aa5
/PHP-5.5/ext/standard/html_tables/
H A Dents_html5.txt711 bot 022A5

Completed in 246 milliseconds