Home
last modified time | relevance | path

Searched refs:mode (Results 76 – 100 of 750) sorted by path

12345678910>>...30

/PHP-5.5/ext/gd/libgd/
H A Dgd_pixelate.c3 int gdImagePixelate(gdImagePtr im, int block_size, const unsigned int mode) in gdImagePixelate() argument
12 switch (mode) { in gdImagePixelate()
/PHP-5.5/ext/iconv/
H A Diconv.c99 ZEND_ARG_INFO(0, mode)
105 ZEND_ARG_INFO(0, mode)
1483 if ((mode & PHP_ICONV_MIME_DECODE_STRICT)) { in _php_iconv_mime_decode()
1497 if ((mode & PHP_ICONV_MIME_DECODE_STRICT)) { in _php_iconv_mime_decode()
1535 if ((mode & PHP_ICONV_MIME_DECODE_STRICT)) { in _php_iconv_mime_decode()
1633 if ((mode & PHP_ICONV_MIME_DECODE_STRICT)) { in _php_iconv_mime_decode()
1655 if ((mode & PHP_ICONV_MIME_DECODE_STRICT)) { in _php_iconv_mime_decode()
1711 if ((mode & PHP_ICONV_MIME_DECODE_STRICT)) { in _php_iconv_mime_decode()
1875 if ((mode & PHP_ICONV_MIME_DECODE_STRICT)) { in _php_iconv_mime_decode()
2277 long mode = 0; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode.phpt17 global $mode;
19 $result = iconv_mime_decode($header, $mode, "UTF-8");
59 $mode = 0;
61 $mode = ICONV_MIME_DECODE_STRICT;
63 $mode = ICONV_MIME_DECODE_CONTINUE_ON_ERROR;
65 $mode = ICONV_MIME_DECODE_STRICT | ICONV_MIME_DECODE_CONTINUE_ON_ERROR;
H A Diconv_mime_decode_headers_variation1.phpt10 /* Prototype : array iconv_mime_decode_headers(string headers [, int mode, string charset])
35 $mode = ICONV_MIME_DECODE_CONTINUE_ON_ERROR;
111 var_dump( iconv_mime_decode_headers($input, $mode, $charset));
H A Diconv_mime_decode_headers_variation2.phpt2 Test iconv_mime_encode() function : usage variations - Pass different data types to mode arg
10 /* Prototype : array iconv_mime_decode_headers(string headers [, int mode, string charset])
35 $mode = ICONV_MIME_DECODE_CONTINUE_ON_ERROR;
H A Diconv_mime_decode_headers_variation3.phpt10 /* Prototype : array iconv_mime_decode_headers(string headers [, int mode, string charset])
38 $mode = ICONV_MIME_DECODE_CONTINUE_ON_ERROR;
H A Diconv_mime_decode_variation1.phpt10 /* Prototype : string iconv_mime_decode(string encoded_string [, int mode, string charset])
23 $mode = ICONV_MIME_DECODE_CONTINUE_ON_ERROR;
99 var_dump( iconv_mime_decode($input, $mode, $charset));
H A Diconv_mime_decode_variation2.phpt2 Test iconv_mime_decode() function : usage variations - Pass different data types to mode arg
10 /* Prototype : string iconv_mime_decode(string encoded_string [, int mode, string charset])
23 $mode = ICONV_MIME_DECODE_CONTINUE_ON_ERROR;
H A Diconv_mime_decode_variation3.phpt10 /* Prototype : string iconv_mime_decode(string encoded_string [, int mode, string charset])
26 $mode = ICONV_MIME_DECODE_CONTINUE_ON_ERROR;
102 $res = iconv_mime_decode($header, $mode, $input);
/PHP-5.5/ext/imap/
H A DIMAP_Win32_HOWTO.txt11 Search for '/MT', and change it to '/MD'. If you're compiling in DEBUG mode,
H A Dphp_imap.c2999 static void php_imap_mutf7(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_imap_mutf7() argument
3013 if (mode == 0) { in php_imap_mutf7()
/PHP-5.5/ext/intl/idn/
H A Didn.c120 mode == INTL_IDN_TO_ASCII ? "idn_to_ascii" : "idn_to_utf8", in php_intl_idn_check_status()
149 mode TSRMLS_CC) == FAILURE) { in php_intl_idn_to_46()
154 if (mode == INTL_IDN_TO_ASCII) { in php_intl_idn_to_46()
162 mode TSRMLS_CC) == FAILURE) { in php_intl_idn_to_46()
232 if (mode == INTL_IDN_TO_ASCII) { in php_intl_idn_to()
274 php_intl_bad_args("bad arguments", mode TSRMLS_CC); in php_intl_idn_handoff()
288 mode TSRMLS_CC); in php_intl_idn_handoff()
294 php_intl_bad_args("empty domain name", mode TSRMLS_CC); in php_intl_idn_handoff()
298 php_intl_bad_args("domain name too large", mode TSRMLS_CC); in php_intl_idn_handoff()
316 domain, domain_len, (uint32_t)option, mode); in php_intl_idn_handoff()
[all …]
/PHP-5.5/ext/intl/tests/
H A Dcollator_asort.phpt57 // Sort an array in SORT_REGULAR mode using en_US locale.
87 // Sort an array in SORT_STRING mode using en_US locale.
H A Dcollator_asort_variant2.phpt57 // Sort an array in SORT_REGULAR mode using en_US locale.
87 // Sort an array in SORT_STRING mode using en_US locale.
H A Dcollator_get_set_attribute.phpt14 * Return current normalication mode.
H A Dcollator_sort.phpt55 // Sort an array in SORT_REGULAR mode using en_US locale.
H A Dcollator_sort_variant2.phpt55 // Sort an array in SORT_REGULAR mode using en_US locale.
H A Dcollator_sort_with_sort_keys.phpt57 // Sort an array in SORT_REGULAR mode using en_US locale.
H A Dcollator_sort_with_sort_keys_variant2.phpt57 // Sort an array in SORT_REGULAR mode using en_US locale.
H A Ddateformat_clone.phpt9 $GLOBALS['oo-mode'] = true;
H A Ddateformat_clone2.phpt9 $GLOBALS['oo-mode'] = true;
H A Dformatter_clone.phpt8 $GLOBALS['oo-mode'] = true;
H A Dmsgfmt_clone.phpt8 $GLOBALS['oo-mode'] = true;
H A Dut_common.inc3 * Run unit test in OO- and in procedural mode.
10 // Run unit test in OO mode.
11 $GLOBALS['oo-mode'] = true;
14 // Run unit test in procedural mode.
15 $GLOBALS['oo-mode'] = false;
43 * Wrappers around Collator methods to run them in either OO- or procedural mode.
120 return $GLOBALS['oo-mode'] ? Collator::getDefault() : collator_get_default();
191 return $GLOBALS['oo-mode'] ? $fmt->getPattern() : numfmt_get_pattern( $fmt );
216 * Wrappers around Collator methods to run them in either OO- or procedural mode.
221 return $GLOBALS['oo-mode'] ? Locale::getDefault( ) : locale_get_default();
[all …]
/PHP-5.5/ext/json/
H A DJSON_parser.c202 push(JSON_parser jp, int mode) in push() argument
209 jp->stack[jp->top] = mode; in push()
219 pop(JSON_parser jp, int mode) in pop() argument
221 if (jp->top < 0 || jp->stack[jp->top] != mode) { in pop()

Completed in 69 milliseconds

12345678910>>...30