Home
last modified time | relevance | path

Searched refs:Z (Results 176 – 188 of 188) sorted by relevance

12345678

/PHP-5.6/
H A Dacinclude.m482 …fine ]$1[]ifelse([$2],,[ 1],[ $2])[" > ]ifelse([$3],,[include],[$3])[/php_]translit($1,A-Z,a-z)[.h]
335 gcc_arg_name=[ac_cv_gcc_arg]translit($1,A-Z-,a-z_)
336 AC_CACHE_CHECK([whether $CC supports $1], [ac_cv_gcc_arg]translit($1,A-Z-,a-z_), [
H A Dphp.ini-development1591 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
H A Dphp.ini-production1591 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
H A DNEWS3385 . Added "Z" option to pack/unpack. (Gustavo)
7157 option is an array). (David Zülke)
7885 (Scott, Edward Z. Yang)
8067 (Scott, Edward Z. Yang)
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt2107 "^A.*Z", /* the pattern */
3315 not affect \Z or \z.
5229 \s any character that matches \p{Z} or \h or \v
5429 Z Separator
5573 \Z matches at the end of the subject
5656 compile time. This does not affect the \Z assertion.
7373 re> /X(*MARK:A)Y|X(*MARK:B)Z/K
7394 re> /X(*MARK:A)Y|X(*MARK:B)Z/K
7787 Z Separator
7797 Xsp Perl space: property Z or tab, NL, VT, FF, CR
[all …]
/PHP-5.6/build/
H A Dlibtool.m41489 if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
4856 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4864 # +Z the default
4867 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
5092 # +Z the default
5139 # +Z the default
5142 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
/PHP-5.6/sapi/thttpd/
H A Dthttpd_patch1043 -Z x-compress
1045 +Z compress
/PHP-5.6/ext/pcre/pcrelib/
H A DHACKING191 OP_EODN match end of data or newline at end: \Z
H A DChangeLog290 29. For some types of pattern, for example /Z*(|d*){216}/, the auto-
1386 /A(*MARK:A)A+(*SKIP:B)Z|AAC/ this meant that the AAC branch was never
1861 of $, \z, \Z, \b, and \B. If the match point is at the end of the string,
2311 needed. This makes a difference in some odd cases such as Z(*FAIL) with the
2312 string "Z", which now yields "no match" instead of "partial match". In the
3160 "Z" feature of pcretest means that these can be cut out, making the tests
3327 I have added a new /Z option to pcretest that replaces the length and
5313 1. If the pattern /((Z)+|A)*/ was matched agained ZABCDEFG it matched Z instead
5571 4. Correct the implementation of \Z (it is permitted to match on the \n at the
H A DNEWS243 . Changed the way PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic113 # Z-machine: file(1) magic for Z-machine binaries.
118 #http://en.wikipedia.org/wiki/Z-machine
134 >>>>>>0 ubyte < 10 Infocom (Z-machine %d,
4227 >9 byte =0x08 \b, from Z-System
5025 # skip Infocom game Z-machine
10232 #0 beshort 0x601a Human68k Z executable
12694 #>65 string ZIVM (compress (.Z))
15299 >8 string Z native library file (.cmxa)
16698 >0 regex include\ [A-Z]|def\ [a-z]|\ do$
16701 0 regex \^[\ \t]*(class|module)[\ \t][A-Z]
[all …]
/PHP-5.6/ext/standard/tests/misc/
H A Dbrowscap.ini4020 [Z-Add Link Checker*]
4022 Browser="Z-Add Link Checker"
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c6150 SQLITE_API int SQLITE_STDCALL sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
9612 # define sqlite3SchemaMutexHeld(X,Y,Z) 1 argument
13568 # define sqlite3VtabSavepoint(X, Y, Z) SQLITE_OK argument
15670 int Z, A, B, C, D, E, X1; in computeYMD() local
15677 Z = (int)((p->iJD + 43200000)/86400000); in computeYMD()
15678 A = (int)((Z - 1867216.25)/36524.25); in computeYMD()
15679 A = Z + 1 + A - (A/4); in computeYMD()
15940 sqlite3_int64 Z; in parseModifier() local
15945 Z = ((p->iJD + 129600000)/86400000) % 7; in parseModifier()
15946 if( Z>n ) Z -= 7; in parseModifier()
[all …]

Completed in 580 milliseconds

12345678