Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1898 -// this mode should not interfere with normal operations
1903 -// this mode allows only the necessary syscalls used during normal operation
2391 ms->mode = b.st.st_mode;
2924 - /* Place stdin in binary mode, so EOF (Ctrl+Z) doesn't stop early. */
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c949 apprentice_list(struct mlist *mlist, int mode) in apprentice_list() argument
956 if ((m->flag & mode) != mode) { in apprentice_list()
H A Dfile.h421 mode_t mode; /* copy of current stat mode */ member
H A Dfuncs.c231 ms->mode = b.st.st_mode; in file_buffer()
H A Dsoftmagic.c122 uint16_t *indir_count, uint16_t *name_count, int mode, int text) in file_softmagic() argument
138 if ((rv = match(ms, ml->magic, ml->nmagic, b, 0, mode, in file_softmagic()
201 const struct buffer *b, size_t offset, int mode, int text, in match() argument
235 (m->flag & mode) != mode) { in match()
252 mode, text, flip, indir_count, name_count, in match()
353 cont_level, mode, text, flip, indir_count, in match()
520 if (ms->mode & 0111) { in varexpand()
1504 int mode, int text, int flip, uint16_t *indir_count, uint16_t *name_count, in mget() argument
1803 mode, text, flip, indir_count, name_count, in mget()
H A Dtar.h55 char mode[8]; member
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic2425 >100 string >\0 \b, mode %-.7s
11134 >>4 lelong&0x100 0x000 mode 2
11135 >>4 lelong&0x100 0x100 mode 3
11136 >4 lelong&0xFFFFFF00 !0 unknown mode
17964 >>506 leshort >0 Video mode %d
19842 >>>&0 string >\0 mode: %s,
19863 >4 byte 0 mode: CBC,
19864 >4 byte 1 mode: ECB,
19865 >4 byte 2 mode: CFB,
19866 >4 byte 3 mode: OFB,
[all …]
H A Dmagic私はガラスを食べられます2425 >100 string >\0 \b, mode %-.7s
11134 >>4 lelong&0x100 0x000 mode 2
11135 >>4 lelong&0x100 0x100 mode 3
11136 >4 lelong&0xFFFFFF00 !0 unknown mode
17964 >>506 leshort >0 Video mode %d
19842 >>>&0 string >\0 mode: %s,
19863 >4 byte 0 mode: CBC,
19864 >4 byte 1 mode: ECB,
19865 >4 byte 2 mode: CFB,
19866 >4 byte 3 mode: OFB,
[all …]
/PHP-7.4/ext/filter/
H A Dlogical_filters.c871 int mode; in php_filter_validate_ip() local
874 mode = FORMAT_IPV6; in php_filter_validate_ip()
876 mode = FORMAT_IPV4; in php_filter_validate_ip()
883 } else if ((flags & FILTER_FLAG_IPV4) && mode == FORMAT_IPV6) { in php_filter_validate_ip()
885 } else if ((flags & FILTER_FLAG_IPV6) && mode == FORMAT_IPV4) { in php_filter_validate_ip()
889 switch (mode) { in php_filter_validate_ip()
/PHP-7.4/ext/ftp/
H A Dftp.c624 ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len) in ftp_chmod() argument
633 buffer_len = spprintf(&buffer, 0, "CHMOD %o %s", mode, filename); in ftp_chmod()
H A Dftp.h142 int ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len);
H A Dphp_ftp.c97 ZEND_ARG_INFO(0, mode)
131 ZEND_ARG_INFO(0, mode)
139 ZEND_ARG_INFO(0, mode)
152 ZEND_ARG_INFO(0, mode)
359 if (mode != FTPTYPE_ASCII && mode != FTPTYPE_IMAGE) { \
668 zend_long mode; in PHP_FUNCTION() local
685 RETURN_LONG(mode); in PHP_FUNCTION()
865 XTYPE(xtype, mode); in PHP_FUNCTION()
913 XTYPE(xtype, mode); in PHP_FUNCTION()
988 XTYPE(xtype, mode); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/ftp/tests/
H A Dbug39583-2.phpt2 Bug #39583 (FTP always transfers in binary mode)
H A Dbug39583.phpt2 Bug #39583 (FTP always transfers in binary mode)
H A Dftp_chmod_basic.phpt2 Testing ftp_chmod returns file mode
H A Dftp_mlsd.phpt43 ["UNIX.mode"]=>
62 ["UNIX.mode"]=>
83 ["UNIX.mode"]=>
H A Dserver.inc470 fputs($s, "550 Extended passsive mode not supported.\r\n");
537 …170127230002;perm=flcdmpe;type=cdir;unique=811U4340002;UNIX.group=33;UNIX.mode=0755;UNIX.owner=33;…
538 …170127230002;perm=flcdmpe;type=pdir;unique=811U4340002;UNIX.group=33;UNIX.mode=0755;UNIX.owner=33;…
539 …1225;perm=adfrw;size=4729;type=file;unique=811U4340CB9;UNIX.group=33;UNIX.mode=0644;UNIX.owner=33;…
/PHP-7.4/ext/gd/
H A Dgd.c819 ZEND_ARG_INFO(0, mode)
834 ZEND_ARG_INFO(0, mode)
843 ZEND_ARG_INFO(0, mode)
3725 if (mode < 2) { in php_imagechar()
3738 switch (mode) { in php_imagechar()
4076 if (mode == TTFTEXT_BBOX) { in php_imagettftext_common()
4542 zend_bool mode = 0; in php_image_filter_pixelate() local
4694 zend_long mode; in PHP_FUNCTION() local
4705 switch (mode) { in PHP_FUNCTION()
4827 switch (mode) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/gd/libgd/
H A Dgd.h722 int gdImagePixelate(gdImagePtr im, int block_size, const unsigned int mode);
854 gdImagePtr gdImageCropAuto(gdImagePtr im, const unsigned int mode);
H A Dgd_crop.c79 gdImagePtr gdImageCropAuto(gdImagePtr im, const unsigned int mode) in gdImageCropAuto() argument
93 switch (mode) { in gdImageCropAuto()
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-7.4/ext/gd/tests/
H A Dbug72494.phpt14 Warning: imagecropauto(): Color argument missing with threshold mode in %s on line %d
H A Dbug79676.phpt21 test(imagescale($src, $size * 2, $size * 2), 'Scale 200%, default mode');
22 test(imagescale($src, $size / 2, $size / 2), 'Scale 50%, default mode');
23 test(imagescale($src, $size * 2, $size * 2, IMG_BICUBIC), 'Scale 200%, IMG_BICUBIC mode');
24 test(imagescale($src, $size / 2, $size / 2, IMG_BICUBIC), 'Scale 50%, IMG_BICUBIC mode');
28 Scale 200%, default mode - Test Result: pass
29 Scale 50%, default mode - Test Result: pass
30 Scale 200%, IMG_BICUBIC mode - Test Result: pass
31 Scale 50%, IMG_BICUBIC mode - Test Result: pass
/PHP-7.4/ext/gettext/tests/
H A Dbug73730.phpt2 Bug #73730 (textdomain(null) throws in strict mode)
/PHP-7.4/ext/gmp/tests/
H A Dgmp_div_q.phpt47 Warning: gmp_div_q(): Invalid rounding mode %s on line %d

Completed in 273 milliseconds

12345678910>>...28