Home
last modified time | relevance | path

Searched refs:q (Results 126 – 141 of 141) sorted by relevance

123456

/PHP-5.3/build/
H A Dshtool1420 cpu_id=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
/PHP-5.3/ext/bcmath/libbcmath/
H A Dconfigure1813 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
/PHP-5.3/ext/soap/
H A Dphp_sdl.c3375 sdl_cache_bucket *q; in get_sdl() local
3383 zend_hash_get_current_data_ex(SOAP_GLOBAL(mem_cache), (void **) &q, &pos) == SUCCESS; in get_sdl()
3385 if (q->time < latest) { in get_sdl()
3386 latest = q->time; in get_sdl()
/PHP-5.3/ext/intl/tests/
H A Dgrapheme.phpt364 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "Opq", -1, "q" ),
982 substring of "aa%CC%8Abco%CC%88Opq" from "-1" - grapheme_substr = q == q
/PHP-5.3/ext/wddx/tests/
H A Dbug37569.phpt213 <wddxPacket version='1.0'><header/><data><string>q</string></data></wddxPacket>
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput14400 /^X(?5)(a)(?|(b)|(q))(c)(d)(Y)/
4403 /^X(?7)(a)(?|(b|(r)(s))|(q))(c)(d)(Y)/
4406 /^X(?7)(a)(?|(b|(?|(r)|(t))(s))|(q))(c)(d)(Y)/
H A Dtestoutput17201 /^X(?5)(a)(?|(b)|(q))(c)(d)(Y)/
7210 /^X(?7)(a)(?|(b|(r)(s))|(q))(c)(d)(Y)/
7221 /^X(?7)(a)(?|(b|(?|(r)|(t))(s))|(q))(c)(d)(Y)/
/PHP-5.3/
H A Dltmain.sh1316 if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
6411 if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
H A DNEWS2377 - Updated timezone database to version 2009.17 (2009q). (Derick)
/PHP-5.3/win32/
H A Dinstall.txt173 msiexec.exe /i php-VERSION-win32-install.msi /q
177 msiexec.exe /i php-VERSION-win32-install.msi /q INSTALLDIR=e:\php
185 msiexec.exe /i php-VERSION-win32-install.msi /q ADDLOCAL=cgi,ext_php_mysqli
/PHP-5.3/ext/phar/phar/
H A Dpharcommand.inc226 $apiver = `pear -q info PHP_Archive 2>/dev/null|grep 'API Version'`;
/PHP-5.3/scripts/dev/
H A Dgenerate-phpt.phar10 …���J2������������&���setup/preconditions/gtIsValidClass.php�����J���ۧq�����������setup/gt…
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog358 11. The pattern /(?=(*:x))(q|)/ matches an empty string, and returns the mark
359 "x". The similar pattern /(?=(*:x))((*:y)q|)/ did not return a mark at all.
1584 ^X(?3)(a)(?|(b)|(q))(Y) is an example.
2868 \q<number> in a data line sets the "match limit" value
3323 -q that suppresses the output of matching lines, which was what -s was
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c19451 if( ch==q ) n++; in sqlite3VXPrintf()
19465 if( needQuote ) bufpt[j++] = q; in sqlite3VXPrintf()
19469 if( ch==q ) bufpt[j++] = ch; in sqlite3VXPrintf()
19471 if( needQuote ) bufpt[j++] = q; in sqlite3VXPrintf()
112305 unsigned char *q = (unsigned char *) p;
112308 *q++ = (unsigned char) ((vu & 0x7f) | 0x80);
112313 return (int) (q - (unsigned char *)p);
112324 while( (*q&0x80)==0x80 && q-(unsigned char *)p<FTS3_VARINT_MAX ){
112325 x += y * (*q++ & 0x7f);
112328 x += y * (*q++);
[all …]
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic3348 # versions 11 and 15, so look for -q if version is above 14:
3350 >>10 search/100 \ -q\ with inverted index
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt5735 / ( a ) (?| x ( y ) z | (p (q) r) | (t) u (v) ) ( z ) /x

Completed in 406 milliseconds

123456