Home
last modified time | relevance | path

Searched refs:relative (Results 101 – 119 of 119) sorted by relevance

12345

/PHP-7.0/ext/date/lib/
H A Dparse_date.c6260 s->time->relative.y = 0 - s->time->relative.y; in scan()
6261 s->time->relative.m = 0 - s->time->relative.m; in scan()
6262 s->time->relative.d = 0 - s->time->relative.d; in scan()
6263 s->time->relative.h = 0 - s->time->relative.h; in scan()
6264 s->time->relative.i = 0 - s->time->relative.i; in scan()
6265 s->time->relative.s = 0 - s->time->relative.s; in scan()
6266 s->time->relative.weekday = 0 - s->time->relative.weekday; in scan()
6271 s->time->relative.special.amount = 0 - s->time->relative.special.amount; in scan()
20452 s->time->relative.s += i; in scan()
20904 s->time->relative.d = 1; in scan()
[all …]
/PHP-7.0/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc38 * @param string relative path within the package
H A Dmake.dangerous.tar.php.inc39 * @param string relative path within the package
/PHP-7.0/tests/security/
H A Dopen_basedir.inc6 // relative to the current working directory like this: mkdir("blah") might
/PHP-7.0/sapi/fpm/
H A Dwww.conf.in16 ; Note: This directive can also be relative to the global prefix.
353 ; possible. However, all PHP paths will be relative to the chroot
359 ; Note: relative path can be used.
410 ; Note: path INI options can be relative and will be expanded with the prefix
/PHP-7.0/ext/zlib/tests/
H A Dgzopen_variation4.phpt2 Test gzopen() function : variation: use include path (relative directories in path)
/PHP-7.0/ext/date/tests/
H A Ddate_timezone_get_variation1.phpt6 * Description: Return time zone relative to given DateTimeInterface
/PHP-7.0/sapi/phpdbg/
H A Dxml.md590 - if a relative path is passed, it's relative to the extension_dir ini setting
601 - relpath: relative path given, but no extension_dir defined
/PHP-7.0/
H A Dacinclude.m4186 dnl Adds sources which are located relative to source-path to the
193 dnl the path is interpreted relative to the top build-directory.
232 dnl relative to source- or build-directory?
944 dnl "sources" is a list of files relative to the subdir which are used
H A Dconfigure.in383 dnl paths to the targets are relative to the build directory
H A DINSTALL1788 think it is relative to your web root directory). Note that
/PHP-7.0/ext/pcre/pcrelib/
H A DNEWS381 (?-n) and (?+n) relative references for recursion and subroutines.
383 (?(-n) and (?(+n) relative references as conditions.
H A DREADME460 system. The following are installed (file names are all relative to the
H A DChangeLog2661 references. PCRE supports relative numbers with this syntax (I don't think
3170 (a) (?-n) (where n is a string of digits) is a relative subroutine or
3173 (b) (?+n) is also a relative subroutine call; it refers to the nth next
3585 negative number, specifying an absolute or relative reference.
/PHP-7.0/ext/session/tests/
H A Dsession_basic3.phpt106 // Should add session ID to relative URL only for SECURITY
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt5156 Absolute and relative back references
5163 Absolute and relative subroutine calls
6840 relative reference:
7165 absolute or relative, as in these examples:
7168 (...(relative)...)...(?-1)...
7169 (...(?+1)...(relative)...
7991 \g{-n} relative reference by number
8003 (?+n) call subpattern by relative number
8004 (?-n) call subpattern by relative number
8023 (?(+n)... relative reference condition
[all …]
/PHP-7.0/win32/
H A Dinstall.txt1667 it is relative to your web root directory). Note that for IIS you
/PHP-7.0/build/
H A Dlibtool.m42281 # If it is relative, then search for the first ld in PATH.
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic20759 # to be made relative to the search). In any case, if the file has ID3

Completed in 277 milliseconds

12345