Home
last modified time | relevance | path

Searched refs:format (Results 251 – 275 of 798) sorted by path

1...<<11121314151617181920>>...32

/PHP-5.5/ext/exif/
H A Dexif.c341 switch(format) { in exif_get_tagformat()
1182 if (format == TAG_FMT_SINGLE || format == TAG_FMT_DOUBLE) { in exif_dump_data()
1192 switch(format) { in exif_dump_data()
1247 switch(format) { in exif_convert_any_format()
1296 switch(format) { in exif_convert_any_to_int()
1578 va_start(args, format); in exif_error_docref()
1691 info_data->format = format; in exif_iif_add_value()
1696 switch (format) { in exif_iif_add_value()
1751 switch (format) { in exif_iif_add_value()
2850 if (!format || format > NUM_FORMATS) { in exif_process_IFD_TAG()
[all …]
/PHP-5.5/ext/exif/tests/
H A Dbug72094.phpt14 Warning: exif_read_data(bug72094_1.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030…
16 Warning: exif_read_data(bug72094_1.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030…
18 Warning: exif_read_data(bug72094_1.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030…
20 Warning: exif_read_data(bug72094_1.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030…
22 Warning: exif_read_data(bug72094_1.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030…
24 Warning: exif_read_data(bug72094_1.jpg): Process tag(x8298=Copyright ): Illegal format code 0x3030…
38 Warning: exif_read_data(bug72094_3.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030…
40 Warning: exif_read_data(bug72094_3.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030…
42 Warning: exif_read_data(bug72094_3.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030…
44 Warning: exif_read_data(bug72094_3.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030…
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c166 const int format; member
358 file_formats[p->type] = p->format; in init_file_tables()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic976 # DL animation format
3000 # Yamaha SMAF format
4308 # on format.
8529 # format. It is the format of our upgraded SeaBeam 2112 on R/V KNORR.
9064 #file format 1
9066 #file format 2
9084 #file format 3
9102 #file format >3
15106 # file format specs
15272 # RIFF MIDI format
[all …]
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt126 - ALLOW_OCTAL: allow octal numbers with the format
129 format 0xnn or 0Xnn too.
143 validate_url URL string Validates an URL's format.
270 the correct format, use the validate_email filter
277 format, use the validate_url filter for that.
/PHP-5.5/ext/gd/
H A Dgd.c1090 void php_gd_error_method(int type, const char *format, va_list args) in php_gd_error_method() argument
1094 php_verror(NULL, "", type, format, args TSRMLS_CC); in php_gd_error_method()
/PHP-5.5/ext/gd/libgd/
H A DCOPYING9 Portions relating to GD2 format copyright 1999, 2000, 2001, 2002
H A DREADME36 Portions relating to GD2 format copyright 1999, 2000 Philip Warner.
H A Dgd.c101 void php_gd_error_ex(int type, const char *format, ...) in php_gd_error_ex() argument
107 va_start(args, format); in php_gd_error_ex()
108 php_verror(NULL, "", type, format, args TSRMLS_CC); in php_gd_error_ex()
112 void php_gd_error(const char *format, ...) in php_gd_error() argument
118 va_start(args, format); in php_gd_error()
119 php_verror(NULL, "", E_WARNING, format, args TSRMLS_CC); in php_gd_error()
H A Dgd.h49 void php_gd_error_ex(int type, const char *format, ...);
51 void php_gd_error(const char *format, ...);
H A Dgdft.c1094 …if (image->format != ft_glyph_format_bitmap && FT_Glyph_To_Bitmap(&image, ft_render_mode_normal, 0…
H A Dgdkanji.c59 debug (const char *format,...) in debug() argument
64 va_start (args, format); in debug()
66 vfprintf (stdout, format, args); in debug()
73 error (const char *format,...) in error() argument
79 va_start(args, format); in error()
80 vspprintf(&tmp, 0, format, args); in error()
H A Dxbm.c159 void gdCtxPrintf(gdIOCtx * out, const char *format, ...) in gdCtxPrintf() argument
165 va_start(args, format); in gdCtxPrintf()
166 len = vspprintf(&buf, 0, format, args); in gdCtxPrintf()
/PHP-5.5/ext/gd/tests/
H A Dcreatefromstring.phpt64 Warning: imagecreatefromstring(): Data is not in a recognized format in %screatefromstring.php on l…
/PHP-5.5/ext/interbase/
H A Dibase_query.c700 char *format = INI_STR("ibase.timestampformat"); in _php_ibase_bind() local
706 format = INI_STR("ibase.dateformat"); in _php_ibase_bind()
709 format = INI_STR("ibase.timeformat"); in _php_ibase_bind()
711 if (!strptime(Z_STRVAL_P(b_var), format, &t)) { in _php_ibase_bind()
1319 char *format; in _php_ibase_var_zval() local
1378 format = INI_STR("ibase.timestampformat"); in _php_ibase_var_zval()
1382 format = INI_STR("ibase.dateformat"); in _php_ibase_var_zval()
1386 format = INI_STR("ibase.timeformat"); in _php_ibase_var_zval()
1402 l = strftime(string_data, sizeof(string_data), format, &t); in _php_ibase_var_zval()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c45 …_throw_failure(php_converter_object *objval, UErrorCode error TSRMLS_DC, const char *format, ...) { in php_converter_throw_failure() argument
50 va_start(vargs, format); in php_converter_throw_failure()
51 vsnprintf(message, sizeof(message), format, vargs); in php_converter_throw_failure()
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_class.c134 ZEND_ARG_INFO(0, format)
187 PHP_NAMED_FE( format, ZEND_FN( datefmt_format ), arginfo_intldateformatter_format )
H A Ddateformat_format_object.cpp64 **format = NULL; in PHP_FUNCTION() local
77 &object, &format, &locale_str, &locale_len) == FAILURE) { in PHP_FUNCTION()
85 if (format == NULL || Z_TYPE_PP(format) == IS_NULL) { in PHP_FUNCTION()
87 } else if (Z_TYPE_PP(format) == IS_ARRAY) { in PHP_FUNCTION()
88 HashTable *ht = Z_ARRVAL_PP(format); in PHP_FUNCTION()
117 } else if (Z_TYPE_PP(format) == IS_LONG) { in PHP_FUNCTION()
118 if (!valid_format(format)) { in PHP_FUNCTION()
126 convert_to_string_ex(format); in PHP_FUNCTION()
127 if (Z_STRLEN_PP(format) == 0) { in PHP_FUNCTION()
179 UnicodeString(Z_STRVAL_PP(format), Z_STRLEN_PP(format), in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt5 Returned locales list is a strings in format of RFC4646 standart (see http://www.rfc-editor.org/rfc…
6 Examle of locales format: 'en_US', 'ru_UA', 'ua_UA' (see http://demo.icu-project.org/icu-bin/locexp…
17 For locale format see RFC4647 standart in ftp://ftp.rfc-editor.org/in-notes/rfc4647.txt
H A Ddatefmt_api.php91 public function format($value) {} function in DateFormatter
H A Dformatter_api.php183 public function format($number, $type = 0) {} function in NumberFormatter
H A Dmsgfmt_api.php36 public function format($args) {} function in MessageFormatter
/PHP-5.5/ext/intl/formatter/
H A Dformatter_class.c175 PHP_NAMED_FE( format, ZEND_FN( numfmt_format ), arginfo_numberformatter_format )
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_class.c147 PHP_NAMED_FE( format, ZEND_FN( msgfmt_format ), arginfo_messageformatter_format )
H A Dmsgformat_helpers.cpp618 mf->format(farg_names.empty() ? NULL : &farg_names[0], in umsg_format_helper()

Completed in 158 milliseconds

1...<<11121314151617181920>>...32