Home
last modified time | relevance | path

Searched refs:flag (Results 276 – 290 of 290) sorted by relevance

1...<<1112

/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in516 ; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no.
/PHP-5.5/ext/pgsql/
H A Dpgsql.c84 #define PQ_SETNONBLOCKING(pg_link, flag) PQsetnonblocking(pg_link, flag) argument
86 #define PQ_SETNONBLOCKING(pg_link, flag) 0 argument
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING338 OP_XCLASS is followed by a unit containing flag bits: XCL_NOT indicates that
/PHP-5.5/ext/standard/
H A Dbasic_functions.c190 ZEND_ARG_INFO(0, flag)
1553 ZEND_ARG_INFO(0, flag)
/PHP-5.5/
H A Dphp.ini-development824 ; unix or win32 systems, setting this flag will cause PHP to
1431 ; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scr…
H A Dphp.ini-production824 ; unix or win32 systems, setting this flag will cause PHP to
1431 ; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scr…
H A DINSTALL1855 compile-time with the --with-config-file-path flag. You would,
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput102 functionality of pcre_dfa_exec(). The -dfa flag must be used with pcretest
H A Dtestoutput92 of pcre_dfa_exec(), excluding Unicode property support. The -dfa flag must
H A Dtestinput82 excluding UTF and Unicode property support. The -dfa flag must be used with
H A Dtestoutput82 excluding UTF and Unicode property support. The -dfa flag must be used with
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch2173 ** circumstances that make a lingering close necessary. If the flag
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c3773 onig_node_conv_to_str_node(node, NSTR(target)->flag); in setup_tree()
/PHP-5.5/win32/
H A Dinstall.txt1489 compile-time with the --with-config-file-path flag. You would, for
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c111891 u8 flag = WHERE_ORDERBY_NORMAL;
111894 assert( flag==0 );
111896 flag = minMaxQuery(&sAggInfo, &pMinMax);
111898 assert( flag==0 || (pMinMax!=0 && pMinMax->nExpr==1) );
111900 if( flag ){
111904 pMinMax->a[0].sortOrder = flag!=WHERE_ORDERBY_MIN ?1:0;
111914 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, pMinMax,0,flag,0);
111924 (flag==WHERE_ORDERBY_MIN?"min":"max")));

Completed in 475 milliseconds

1...<<1112