Home
last modified time | relevance | path

Searched refs:g (Results 226 – 250 of 315) sorted by relevance

12345678910>>...13

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput17302 /a*[b-\x{200}]?a#a*[b-\x{200}]?b#[a-f]*[g-\x{200}]*#[g-\x{200}]*[a-c]*#[g-\x{200}]*[a-h]*/BZ
H A Dtestoutput1772 7: g
786 7: g
2193 7: g
2209 7: g
2889 /.*?/g+
2906 /\b/g+
2913 /\b/+g
2920 //g
5985 /a*/g
6551 /\Z/g
[all …]
H A Dtestinput82319 /.*?/g+
2322 /\b/g+
2325 /\b/+g
2328 //g
3053 /^a(bc+|b[eh])g|.h$/
3830 /a*/g
3904 /\Gabc./g
3907 /abc./g
4242 /(?m)^$/<any>g+
4248 /(?m)$/<any>g+
[all …]
H A Dtestinput11135 /(((a\2)|(a*)\g<-1>))*a?/B
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c762 int r, g, b, a; in getPixelInterpolateWeight() local
770g = (int)(m1*gdTrueColorGetGreen(c1) + m2*gdTrueColorGetGreen(c2) + m3*gdTrueColorGetGreen(c3) + m… in getPixelInterpolateWeight()
775 g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]); in getPixelInterpolateWeight()
781 g = CLAMP(g, 0, 255); in getPixelInterpolateWeight()
784 return gdTrueColorAlpha(r, g, b, a); in getPixelInterpolateWeight()
998 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local
1007g += (unsigned char)(contrib->ContribRow[x].Weights[left_channel] * (double)(gdTrueColorGetGreen(p… in _gdScaleRow()
1011 p_dst_row[x] = gdTrueColorAlpha(r, g, b, a); in _gdScaleRow()
1043 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleCol() local
1054g += (unsigned char)(contrib->ContribRow[y].Weights[i_iLeft] * (double)(gdTrueColorGetGreen(pCurSr… in _gdScaleCol()
[all …]
/PHP-5.5/sapi/apache2handler/
H A DREADME65 2. Start httpd using -DONE_PROCESS (e.g. (gdb) r -DONE_PROCESS).
/PHP-5.5/sapi/thttpd/
H A DREADME21 - Asynchronous request body handling (e.g. for POSTs)
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt49 # directive, e.g. doc_root="/path"
51 # correctly), e.g. zlib.output_compression=1 instead of zlib.output_compression="On"
/PHP-5.5/
H A DCODING_STANDARDS23 - The function's designated behavior is freeing that resource. E.g. efree()
50 recalculated with strlen() (e.g. php_addslashes())
132 a trivial meaning (e.g. for (i=0; i<100; i++) ...).
155 The class name should be prefixed with the name of the 'parent set' (e.g.
H A Dacinclude.m450 unique=`echo $2|$SED 's/[^a-zA-Z0-9]/_/g'`
88 dnl Adds variable with it's value into Makefile, e.g.:
180 …test -f "$src" && $SED -e "s#\$(srcdir)#$ac_srcdir#g" -e "s#\$(builddir)#$ac_builddir#g" $src >> …
957 …ra=,[ac_extra=`echo "$5"|$SED s#@ext_srcdir@#$ext_srcdir#g|$SED s#@ext_builddir@#$ext_builddir#g`])
1794 struct cookiedata g = { 0 };
1795 FILE *fp = fopencookie(&g, "r", funcs);
1797 if (fp && fseek(fp, 8192, SEEK_SET) == 0 && g.pos == 8192)
2716 arg_name="`echo [$]arg | $SED -e 's/--with-/with-/g' -e 's/=.*//g'`"
2719 arg_name="`echo [$]arg | $SED -e 's/--without-/with-/g' -e 's/=.*//g'`"
2722 arg_name="`echo [$]arg | $SED -e 's/--enable-/enable-/g' -e 's/=.*//g'`"
[all …]
H A Dmakerpm14 number, e.g. ${PREFIX}5 or ${PREFIX}5b2
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strpos_variation5.phpt26 $needle_ascii = b'g';
/PHP-5.5/ext/oci8/tests/
H A Dbug27303_2.phpt14 die("skip test expected to work only with Oracle 11g or greater version of client");
H A Dbug27303_4.phpt14 die("skip test expected to work only with Oracle 11g or greater version of client");
H A Dbug27303_1.phpt14 die("skip test expected to work only with Oracle 11g or greater version of client");
H A Dbind_number.phpt7 die("skip test expected to work only with Oracle 10g or greater version of client");
H A Dconn_attr_4.phpt16 die("skip test expected to work only with Oracle 10g or greater version of client");
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt61 string(504) "T:::h:::i:::s:::':::s::: :::h:::e:::r:::e:::d:::o:::c::: :::s:::t:::r:::i:::n:::g::: :…
H A Ducwords_variation4.phpt20 "t e s t i n g u c w o r d s ",
H A Dstrstr.phpt15 var_dump( strstr("test string", "g") );
182 string(1) "g"
/PHP-5.5/ext/ereg/regex/
H A Dtests383 a(b)(c)(d)(e)(f)(g)(h)(i)(j)k - abcdefghijk abcdefghijk b,c,d,e,f,g,h,i,j
384 a(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)l - abcdefghijkl abcdefghijkl b,c,d,e,f,g,h,i,j,k
/PHP-5.5/ext/standard/tests/file/
H A D006_variation2.phpt65 "u+rwx, g+rw, o+wx"
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt92 case 'g':
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog280 is converted to (*FAIL). E.g: /(?(?!))/.
326 (e.g. /(?<=\Ka)/) could make pcregrep loop.
1729 just be a literal "g".
2659 11. Added support for the Oniguruma syntax \g<name>, \g<n>, \g'name', \g'n',
3584 (g) The escape \gN or \g{N} has been added, where N is a positive or
3860 (g) Added the -H (--with-filename) option.
4122 versions of gcc, e.g. 2.95.4.
4697 and 255 (e.g. /[\xFF]/) caused PCRE to crash.
5364 2. Add support for the /g modifier to perltest.
5861 as Perl does (e.g. [-az] or [az-]).
[all …]
/PHP-5.5/ext/pdo_odbc/
H A Dconfig.m410 you have selected will be used. e.g.:

Completed in 68 milliseconds

12345678910>>...13